Skip to content

Commit 96bea8d

Browse files
fmt
1 parent c14fd88 commit 96bea8d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/pages/Collection.jsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,7 @@ function Collection() {
5656
<Tab label="Info" value={'info'} />
5757
<Tab label="Search Quality" value={'quality'} />
5858
<Tab label="Snapshots" value={'snapshots'} />
59-
<Tab
60-
label="Visualize"
61-
component={Link}
62-
to={`${location.pathname}/visualize`}
63-
disabled={!isDense}
64-
/>
59+
<Tab label="Visualize" component={Link} to={`${location.pathname}/visualize`} disabled={!isDense} />
6560
<Tab label="Graph" component={Link} to={`${location.pathname}/graph`} />
6661
</Tabs>
6762
</Box>

0 commit comments

Comments
 (0)