1
0
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:
Maciej Lenartowicz
2019-11-13 10:11:11 +00:00
parent 13ff8221ca
commit 6e02f1d194
10 changed files with 80 additions and 93 deletions

View File

@ -37,7 +37,6 @@ export function Modal({ shown, setShown, children }) {
};
}, [setShown]);
return (
<Portal containerId="modal-container">
<div className={`modal fade ${shown ? "show" : ""}`} role="dialog">