Skip to content

Commit 8fdd24e

Browse files
Update src/components/Error/Error.jsx
Co-authored-by: Alisha Evans <[email protected]>
1 parent 52476dc commit 8fdd24e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Error/Error.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { Alert, Button, Container } from 'react-bootstrap'
66
const Error = ({ errors, showBackButton, canDismissAlert, router }) => {
77
const { errorTitle, errorText, variant } = errors
88
const [show, setShow] = useState(true)
9+
910
return (
1011
show && (
1112
<Container>

0 commit comments

Comments
 (0)