Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
austenem committed Dec 16, 2024
1 parent 03e1333 commit 5d432b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import MenuItem from '@mui/material/MenuItem';
import FormControl from '@mui/material/FormControl';
import Select, { SelectChangeEvent } from '@mui/material/Select';
import ListItemIcon from '@mui/material/ListItemIcon';
import InputLabel from '@mui/material/InputLabel';
import Check from '@mui/icons-material/Check';

import { Entity } from 'js/components/types';
Expand All @@ -13,7 +14,6 @@ import { getTileDescendantCounts } from 'js/components/entity-tile/EntityTile/ut
import { capitalizeString } from 'js/helpers/functions';
import TileGrid from 'js/shared-styles/tiles/TileGrid';
import { trackEvent } from 'js/helpers/trackers';
import InputLabel from '@mui/material/InputLabel';
import { StyledDownIcon } from 'js/shared-styles/dropdowns/DropdownMenuButton/style';
import { useSearch } from '../Search';
import ViewMoreResults from './ViewMoreResults';
Expand Down
2 changes: 1 addition & 1 deletion context/app/static/js/shared-styles/tooltips/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function SecondaryBackgroundTooltip({ disabled, children, ...rest }: SecondaryBa
},
}),
}}
arrow
{...rest}
arrow
>
{children}
</Tooltip>
Expand Down

0 comments on commit 5d432b1

Please sign in to comment.