Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-gupta-ij committed Dec 3, 2024
1 parent c14fd88 commit f063c43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions src/pages/Collection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,7 @@ function Collection() {
<Tab label="Info" value={'info'} />
<Tab label="Search Quality" value={'quality'} />
<Tab label="Snapshots" value={'snapshots'} />
<Tab
label="Visualize"
component={Link}
to={`${location.pathname}/visualize`}
disabled={!isDense}
/>
<Tab label="Visualize" component={Link} to={`${location.pathname}/visualize`} disabled={!isDense} />
<Tab label="Graph" component={Link} to={`${location.pathname}/graph`} />
</Tabs>
</Box>
Expand Down

0 comments on commit f063c43

Please sign in to comment.