Skip to content

Commit c6f671d

Browse files
committed
remove accidentally committed commented out code
1 parent ac8c656 commit c6f671d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/Notice/Notice.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ const Notice = ({ alert, buttonProps, dismissible, withBackButton }) => {
2323
<>
2424
<hr />
2525
<div className='d-flex justify-content-end'>
26-
{/* <Button onClick={() => router.back()} variant={`outline-${variant}`}>
27-
Click to return to the previous page.
28-
</Button> */}
2926
<Button onClick={onClick} variant={`outline-${variant}`}>
3027
{text}
3128
</Button>

0 commit comments

Comments
 (0)