We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52476dc commit 8fdd24eCopy full SHA for 8fdd24e
src/components/Error/Error.jsx
@@ -6,6 +6,7 @@ import { Alert, Button, Container } from 'react-bootstrap'
6
const Error = ({ errors, showBackButton, canDismissAlert, router }) => {
7
const { errorTitle, errorText, variant } = errors
8
const [show, setShow] = useState(true)
9
+
10
return (
11
show && (
12
<Container>
0 commit comments