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 f61de47 commit ee9b73cCopy full SHA for ee9b73c
web/src/pages/Cases/CaseDetails/index.tsx
@@ -18,10 +18,6 @@ const CaseDetails: React.FC = () => {
18
const currentPeriodIndex = dispute ? Periods[dispute.period] : 0;
19
const arbitrable = dispute?.arbitrated.id;
20
21
- // useEffect(() => {
22
- // navigate(`overview`);
23
- // }, []);
24
-
25
return (
26
<Container>
27
<h1>Case #{id}</h1>
0 commit comments