diff --git a/dalchini/src/pages/Home/index.tsx b/dalchini/src/pages/Home/index.tsx index 7c606d03..61d32c7a 100644 --- a/dalchini/src/pages/Home/index.tsx +++ b/dalchini/src/pages/Home/index.tsx @@ -9,7 +9,7 @@ import { PageTitle, NavTabs, MailCard, - FloatingActionButton, + // FloatingActionButton, Loading, Error, Flexbox, @@ -99,8 +99,8 @@ const Home: React.FC = () => { ) )} - - {}} /> + {/* TODO:- Add it back when the logic to compose is written down */} + {/* {}} /> */} ); };