Skip to content

Commit

Permalink
fix(Viewer): FooterContent wasn't using component correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Jan 23, 2025
1 parent 0c51f40 commit ab878f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cozy-viewer/src/Footer/FooterContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const FooterContent = ({ toolbarRef, children }) => {
<BottomSheetHeader
className={cx('u-ph-1 u-pb-1', styles.bottomSheetHeader)}
>
<FooterActionButtonsWithFile />
{FooterActionButtonsWithFile}
</BottomSheetHeader>
<BottomSheetContent />
</BottomSheet>
Expand Down

0 comments on commit ab878f5

Please sign in to comment.