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 c14fd88 commit 96bea8dCopy full SHA for 96bea8d
src/pages/Collection.jsx
@@ -56,12 +56,7 @@ function Collection() {
56
<Tab label="Info" value={'info'} />
57
<Tab label="Search Quality" value={'quality'} />
58
<Tab label="Snapshots" value={'snapshots'} />
59
- <Tab
60
- label="Visualize"
61
- component={Link}
62
- to={`${location.pathname}/visualize`}
63
- disabled={!isDense}
64
- />
+ <Tab label="Visualize" component={Link} to={`${location.pathname}/visualize`} disabled={!isDense} />
65
<Tab label="Graph" component={Link} to={`${location.pathname}/graph`} />
66
</Tabs>
67
</Box>
0 commit comments