Skip to content

Commit ee9b73c

Browse files
committed
chore: refactor
1 parent f61de47 commit ee9b73c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

web/src/pages/Cases/CaseDetails/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ const CaseDetails: React.FC = () => {
1818
const currentPeriodIndex = dispute ? Periods[dispute.period] : 0;
1919
const arbitrable = dispute?.arbitrated.id;
2020

21-
// useEffect(() => {
22-
// navigate(`overview`);
23-
// }, []);
24-
2521
return (
2622
<Container>
2723
<h1>Case #{id}</h1>

0 commit comments

Comments
 (0)