Skip to content

Commit

Permalink
fix: apply sonarQube hints
Browse files Browse the repository at this point in the history
  • Loading branch information
CataldoMazzilli committed Mar 6, 2024
1 parent 1b96d7e commit 37bc36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/feedback/modal-components/ModalFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const ModalFooter = ({
mainAlignment="flex-end"
padding={{ top: 'large' }}
>
{customFooter || <ModalFooterContent {...modalFooterContentProps} />}
{customFooter ?? <ModalFooterContent {...modalFooterContentProps} />}
</Container>
);

Expand Down

0 comments on commit 37bc36c

Please sign in to comment.