Skip to content

Commit

Permalink
fix: remove user details avatar flicker (#17554)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBuniX committed Jun 11, 2024
1 parent 7fe2553 commit 696c293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script/page/RightSidebar/RightSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ const RightSidebar: FC<RightSidebarProps> = ({

{currentState === PanelState.GROUP_PARTICIPANT_USER && userEntity && (
<GroupParticipantUser
key={userEntity.id}
onBack={onBackClick}
onClose={closePanel}
goToRoot={goToRoot}
Expand Down

0 comments on commit 696c293

Please sign in to comment.