File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
src/routes/$chainSlug/_layout/address Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -175,28 +175,6 @@ function AddressRoute() {
175175 </ div >
176176 </ div >
177177
178- < div className = "space-y-2" >
179- { isError && error instanceof NotFoundError ? (
180- < ErrorAlert message = "Address not found." />
181- ) : null }
182- < h1 className = "flex items-center gap-2 font-sans text-2xl font-extrabold" >
183- < AddressIcon size = { 24 } />
184- Address details
185- { ! address && isError && (
186- < span className = "text-muted-foreground text-sm font-light" >
187- (outdated)
188- </ span >
189- ) }
190- { ( isLoading || isRefetching ) && (
191- < LoaderCircle className = "animate-spin" />
192- ) }
193- </ h1 >
194- < div className = "flex items-center gap-2" >
195- < BackButton />
196- < AddressBreadcrumbs addressId = { addressAddress } />
197- </ div >
198- </ div >
199-
200178 { hasPastError && ! addressOverview ? (
201179 < ErrorAlert message = "An error occurred during address details loading." />
202180 ) : (
You can’t perform that action at this time.
0 commit comments