Skip to content

Commit

Permalink
Merge pull request #2343 from daostack/cw-fix-staging-deploy-error
Browse files Browse the repository at this point in the history
CW-Hotfix Filter inbox button
  • Loading branch information
pvm-code authored Nov 27, 2023
2 parents ca296d5 + 51875ca commit ff9ed50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/inbox/components/HeaderContent/HeaderContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const HeaderContent: FC<HeaderContentProps> = (props) => {
<h1 className={styles.title}>Inbox</h1>
</div>
<div className={styles.actionButtonsWrapper}>
<InboxFilterButton />
{/* <InboxFilterButton /> */}
<DirectMessageButton
isMobileVersion={isMobileVersion}
ButtonComponent={PlusButton}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const HeaderContent_v04: FC<HeaderContentProps> = (props) => {
</div>
</div>
<div className={styles.actionButtonsWrapper}>
<InboxFilterButton />
{/* <InboxFilterButton /> */}
<DirectMessageButton
className={styles.directMessageButton}
isMobileVersion={isMobileVersion}
Expand Down

0 comments on commit ff9ed50

Please sign in to comment.