Skip to content

Commit

Permalink
Merge pull request novuhq#2161 from novuhq/fix-buttons-shown-twice-nc
Browse files Browse the repository at this point in the history
fix: actions buttons shown twice in notification center
  • Loading branch information
ainouzgali authored Dec 4, 2022
2 parents ee2703f + f4d64cb commit 3bbe2cc
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,6 @@ export function NotificationListItem({
ctaAction={notification?.cta?.action}
handleActionButtonClick={handleActionButtonClick}
/>

<ActionWrapper
templateIdentifier={notification.templateIdentifier}
actionStatus={notification?.cta?.action?.status}
ctaAction={notification?.cta?.action}
handleActionButtonClick={handleActionButtonClick}
/>
</NotificationItemContainer>
<SettingsActionWrapper style={{ display: 'none' }}>
<DotsHorizontal />
Expand Down

0 comments on commit 3bbe2cc

Please sign in to comment.