Skip to content

Commit

Permalink
(fix) undefined user
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine92190 committed Nov 25, 2022
1 parent bd6c26c commit af9a042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Room/RoomHeader/RoomHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default {
const user = this.room.users.find(u => u._id !== this.currentUserId)
if (!user.status) return
if (!user?.status) return
let text = ''
Expand Down

0 comments on commit af9a042

Please sign in to comment.