Skip to content

Commit

Permalink
Remove unussed classNames (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Oct 11, 2024
1 parent 054be5b commit f63c5a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/settings/RootSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default function RootSelector(props: RootSelectorProps) {
<Select
fullWidth
variant="standard"
className="root-selector"
onChange={({ target }) => onChange(target.value)}
value={rootType}
>
Expand Down
1 change: 0 additions & 1 deletion src/components/utils/SearchBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default function SearchBox(props: SearchBoxProps) {
value={value}
onChange={(event) => setValue(event.target.value)}
type="text"
className="search-box"
endAdornment={
value && (
<InputAdornment position="end">
Expand Down

0 comments on commit f63c5a4

Please sign in to comment.