@@ -76,24 +76,24 @@ const DisputeResolver: React.FC = () => {
7676 < Container >
7777 { isConnected && ! isPreviewPage ? < StyledLabel > Start a case</ StyledLabel > : null }
7878 { 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 >
9596 ) : (
96- // </StyledEnsureAuth>
9797 < ConnectWalletContainer >
9898 To create a new dispute, connect first
9999 < hr />
0 commit comments