mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-10-16 06:03:37 +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