mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
fix storyshots
This commit is contained in:
@@ -48,12 +48,12 @@ const OpenInFullscreenButton: FC<Props> = ({ modalTitle, modalBody }) => {
|
|||||||
<Button title={t("diff.fullscreen.open")} className="button" onClick={() => setShowModal(true)}>
|
<Button title={t("diff.fullscreen.open")} className="button" onClick={() => setShowModal(true)}>
|
||||||
<i className="fas fa-search-plus" />
|
<i className="fas fa-search-plus" />
|
||||||
</Button>
|
</Button>
|
||||||
<FullscreenModal
|
{showModal && <FullscreenModal
|
||||||
title={modalTitle}
|
title={modalTitle}
|
||||||
closeFunction={() => setShowModal(false)}
|
closeFunction={() => setShowModal(false)}
|
||||||
body={modalBody}
|
body={modalBody}
|
||||||
active={showModal}
|
active={showModal}
|
||||||
/>
|
/>}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user