Skip to content

Commit f539071

Browse files
Update src/compounds/Document/Document.jsx
Co-authored-by: Alisha Evans <[email protected]>
1 parent 913889a commit f539071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compounds/Document/Document.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const Document = ({ acceptSOW, addClass, backgroundColor, document }) => {
1616
const [showNotice, setShowNotice] = useState(false)
1717
const handleClose = () => setShow(false)
1818
const handleShow = () => setShow(true)
19+
1920
return (
2021
<>
2122
<div className={`d-flex border rounded mb-2 bg-light document-wrapper ${addClass}`} onClick={handleShow} role='presentation'>

0 commit comments

Comments
 (0)