motd modal fix

This commit is contained in:
mrfry
2021-01-11 14:49:13 +01:00
parent 21bd0c0177
commit 121e43c4e6

View File

@@ -116,7 +116,7 @@ export default function Layout(props) {
</div> </div>
{showMotdModal ? ( {showMotdModal ? (
<Modal <Modal
backgroundClick={() => { closeClick={() => {
setShowMotdModal(false) setShowMotdModal(false)
}} }}
> >