Skip to content

Commit

Permalink
fixed missing answer
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyco97 committed Feb 9, 2024
1 parent 66c33c9 commit 4366f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Socket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const Socket: FC<SocketProps> = ({
extensions[conv.counterpartNum] &&
extensions[conv.counterpartNum].username
}` || '',
ownerExtension: conv.owner,
})
break
// @ts-ignore
Expand Down

0 comments on commit 4366f4f

Please sign in to comment.