diff --git a/app/src/renderer/apps/Courier/components/ChatLogHeader.tsx b/app/src/renderer/apps/Courier/components/ChatLogHeader.tsx index ecddd0ce9c..40f429e320 100644 --- a/app/src/renderer/apps/Courier/components/ChatLogHeader.tsx +++ b/app/src/renderer/apps/Courier/components/ChatLogHeader.tsx @@ -30,7 +30,6 @@ type Props = { path: string; isMuted: boolean; hasMenu: boolean; - rightAction?: React.ReactNode; forceBackButton?: boolean; isStandaloneChat?: boolean; onBack: () => void; @@ -38,7 +37,6 @@ type Props = { const ChatLogHeaderPresenter = ({ path, - rightAction, isMuted, hasMenu = true, forceBackButton = false, @@ -144,12 +142,11 @@ const ChatLogHeaderPresenter = ({ )} - - {rightAction} + {chatLoader.isLoading && ( )} - {hasMenu && !chatLoader.isLoading && ( + {hasMenu && ( { >