Skip to content

Commit

Permalink
chore: remove compose button (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored Oct 29, 2023
1 parent a726312 commit 2bedf0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dalchini/src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
PageTitle,
NavTabs,
MailCard,
FloatingActionButton,
// FloatingActionButton,
Loading,
Error,
Flexbox,
Expand Down Expand Up @@ -99,8 +99,8 @@ const Home: React.FC = () => {
)
)}
</div>

<FloatingActionButton onClick={() => {}} />
{/* TODO:- Add it back when the logic to compose is written down */}
{/* <FloatingActionButton onClick={() => {}} /> */}
</div>
);
};
Expand Down

0 comments on commit 2bedf0e

Please sign in to comment.