diff --git a/src/frontend/src/features/notifications/MainNotificationToast.tsx b/src/frontend/src/features/notifications/MainNotificationToast.tsx index e482419a..deea9ffc 100644 --- a/src/frontend/src/features/notifications/MainNotificationToast.tsx +++ b/src/frontend/src/features/notifications/MainNotificationToast.tsx @@ -105,7 +105,7 @@ export const MainNotificationToast = () => { }, [room]) return ( -
+
) diff --git a/src/frontend/src/features/rooms/livekit/components/SidePanel.tsx b/src/frontend/src/features/rooms/livekit/components/SidePanel.tsx index 5443a85b..c05eee3f 100644 --- a/src/frontend/src/features/rooms/livekit/components/SidePanel.tsx +++ b/src/frontend/src/features/rooms/livekit/components/SidePanel.tsx @@ -15,6 +15,7 @@ type StyledSidePanelProps = { title: string children: ReactNode onClose: () => void + isClosed: boolean closeButtonTooltip: string } @@ -22,11 +23,11 @@ const StyledSidePanel = ({ title, children, onClose, + isClosed, closeButtonTooltip, }: StyledSidePanelProps) => ( {title} -
+