fixup website build
This commit is contained in:
parent
42f3552b80
commit
315ec0f030
|
@ -166,7 +166,9 @@ function App() {
|
||||||
show={showingTextOptions}
|
show={showingTextOptions}
|
||||||
onHide={() => setShowingTextOptions(false)}
|
onHide={() => setShowingTextOptions(false)}
|
||||||
>
|
>
|
||||||
|
{/* @ts-expect-error strange react-bootstrap issue */}
|
||||||
<Modal.Header closeButton>
|
<Modal.Header closeButton>
|
||||||
|
{/* @ts-expect-error strange react-bootstrap issue */}
|
||||||
<Modal.Title>Settings</Modal.Title>
|
<Modal.Title>Settings</Modal.Title>
|
||||||
</Modal.Header>
|
</Modal.Header>
|
||||||
<Modal.Body>
|
<Modal.Body>
|
||||||
|
|
Loading…
Reference in New Issue