Skip to content

Commit

Permalink
Remove unussed classNames
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Oct 6, 2024
1 parent b9f24e3 commit 9b48b32
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 9b48b32

Please sign in to comment.