mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-06-15 13:36:35 +02:00
Shared lint configs
This commit is contained in:
@ -37,7 +37,6 @@ export function Modal({ shown, setShown, children }) {
|
||||
};
|
||||
}, [setShown]);
|
||||
|
||||
|
||||
return (
|
||||
<Portal containerId="modal-container">
|
||||
<div className={`modal fade ${shown ? "show" : ""}`} role="dialog">
|
||||
|
Reference in New Issue
Block a user