diff --git a/src/Components/Gaming/Modal.tsx b/src/Components/Gaming/Modal.tsx index 5e3c90f7..9bf1711c 100644 --- a/src/Components/Gaming/Modal.tsx +++ b/src/Components/Gaming/Modal.tsx @@ -95,7 +95,7 @@ const close = () => { } -export function Modal() { +export function Modal({children}) { const [chapter, setChapter] = useState(1); const setQuestsOpen = useSetQuestOpen(); @@ -129,7 +129,7 @@ export function Modal() {
- + {children}