Fix click handling for stories

This commit is contained in:
Fedor Indutny
2022-09-27 13:24:21 -07:00
committed by GitHub
parent c0082adc56
commit 698c7a7739
78 changed files with 274 additions and 46 deletions

View File

@@ -17,6 +17,7 @@ export const SafetyNumberModal = ({
}: PropsType): JSX.Element | null => {
return (
<Modal
modalName="SafetyNumberModal"
hasXButton
i18n={i18n}
moduleClassName="module-SafetyNumberViewer__modal"