Skip to content

Commit

Permalink
Fix, thanks lint
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Nov 28, 2023
1 parent 01b2bf6 commit 77533aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/chat/components/applayout/usePersonaDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function usePersonaIdDropdown(conversationId: DConversationId | null) {
launchAppCall(conversationId, systemPurposeId);
} : undefined}
/> : null,
[conversationId, systemPurposeId],
[conversationId, labsCalling, systemPurposeId],
);

return { personaDropdown };
Expand Down

0 comments on commit 77533aa

Please sign in to comment.