Skip to content

Commit

Permalink
feat: Move minimized calling view to the bottom (#17966)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemvs authored Aug 30, 2024
1 parent 23dfafa commit d903dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ const Conversations: React.FC<ConversationsProps> = ({
}
hasHeader={!isPreferences}
{...(!isTemporaryGuest && {sidebar})}
before={callingView}
footer={callingView}
>
{isPreferences ? (
<Preferences
Expand Down

0 comments on commit d903dba

Please sign in to comment.