diff options
Diffstat (limited to 'src/utils/modal.tsx')
-rw-r--r-- | src/utils/modal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/modal.tsx b/src/utils/modal.tsx index f59c26c..b8e647c 100644 --- a/src/utils/modal.tsx +++ b/src/utils/modal.tsx @@ -25,7 +25,7 @@ export function openModal(Component: React.ComponentType, modalProps: Record<str ), { modalKey: key }); return key; -}; +} /** * Close a modal by key. The id you need for this is returned by openModal. |