@@ -76,24 +76,24 @@ const DisputeResolver: React.FC = () => {
76
76
< Container >
77
77
{ isConnected && ! isPreviewPage ? < StyledLabel > Start a case</ StyledLabel > : null }
78
78
{ isConnected ? (
79
- // <StyledEnsureAuth>
80
- < MiddleContentContainer >
81
- { isConnected && ! isPreviewPage ? < Timeline /> : null }
82
- < Routes >
83
- < Route index element = { < Navigate to = "title" replace /> } />
84
- < Route path = "/title/*" element = { < Title /> } />
85
- < Route path = "/description/*" element = { < Description /> } />
86
- < Route path = "/court/*" element = { < Court /> } />
87
- < Route path = "/category/*" element = { < Category /> } />
88
- < Route path = "/jurors/*" element = { < Jurors /> } />
89
- < Route path = "/voting-options/*" element = { < VotingOptions /> } />
90
- < Route path = "/notable-persons/*" element = { < NotablePersons /> } />
91
- < Route path = "/policy/*" element = { < Policy /> } />
92
- < Route path = "/preview/*" element = { < Preview /> } />
93
- </ Routes >
94
- </ MiddleContentContainer >
79
+ < StyledEnsureAuth >
80
+ < MiddleContentContainer >
81
+ { isConnected && ! isPreviewPage ? < Timeline /> : null }
82
+ < Routes >
83
+ < Route index element = { < Navigate to = "title" replace /> } />
84
+ < Route path = "/title/*" element = { < Title /> } />
85
+ < Route path = "/description/*" element = { < Description /> } />
86
+ < Route path = "/court/*" element = { < Court /> } />
87
+ < Route path = "/category/*" element = { < Category /> } />
88
+ < Route path = "/jurors/*" element = { < Jurors /> } />
89
+ < Route path = "/voting-options/*" element = { < VotingOptions /> } />
90
+ < Route path = "/notable-persons/*" element = { < NotablePersons /> } />
91
+ < Route path = "/policy/*" element = { < Policy /> } />
92
+ < Route path = "/preview/*" element = { < Preview /> } />
93
+ </ Routes >
94
+ </ MiddleContentContainer >
95
+ </ StyledEnsureAuth >
95
96
) : (
96
- // </StyledEnsureAuth>
97
97
< ConnectWalletContainer >
98
98
To create a new dispute, connect first
99
99
< hr />
0 commit comments