Skip to content

Commit 9b48b32

Browse files
committed
Remove unussed classNames
1 parent b9f24e3 commit 9b48b32

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/settings/RootSelector.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export default function RootSelector(props: RootSelectorProps) {
3737
<Select
3838
fullWidth
3939
variant="standard"
40-
className="root-selector"
4140
onChange={({ target }) => onChange(target.value)}
4241
value={rootType}
4342
>

src/components/utils/SearchBox.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export default function SearchBox(props: SearchBoxProps) {
2828
value={value}
2929
onChange={(event) => setValue(event.target.value)}
3030
type="text"
31-
className="search-box"
3231
endAdornment={
3332
value && (
3433
<InputAdornment position="end">

0 commit comments

Comments
 (0)