diff --git a/src/components/thumb-navigation.tsx b/src/components/thumb-navigation.tsx index 943684408..0aeb38cbe 100644 --- a/src/components/thumb-navigation.tsx +++ b/src/components/thumb-navigation.tsx @@ -65,6 +65,15 @@ const ThumbNavigation: React.FC = (): JSX.Element => { return null; }; + const composeButton = ( + + ); + return (
- )} + {account && (features.chats || features.conversations) && composeButton}
); };