Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Dec 16, 2024
1 parent f23da76 commit d8a7d78
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/Charts/graph-footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,17 +297,13 @@ const GraphFooter = ({
</Modal>
<Modal
className='graph-fullscreen'
hide={() => {
setIsModalFullscreenOpen(false);
}}
hide={() => setIsModalFullscreenOpen(false)}
isOpen={isModalFullscreenOpen}
size='lg'
style={{ with: '100%' }}
>
<ModalClose
hide={() => {
setIsModalFullscreenOpen(false);
}}
hide={() => setIsModalFullscreenOpen(false)}
title={intl.formatMessage({
defaultMessage: 'Close modal',
id: 'app.commons.modal.close',
Expand Down

0 comments on commit d8a7d78

Please sign in to comment.