fixing merge conflicts
This commit is contained in:
parent
145510266a
commit
4051276d74
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ function SoundsTab() {
|
||||||
});
|
});
|
||||||
return (
|
return (
|
||||||
<div id="sounds-tab" className="flex flex-col w-full h-full dark:text-white text-stone-900">
|
<div id="sounds-tab" className="flex flex-col w-full h-full dark:text-white text-stone-900">
|
||||||
<div className="px-2 pb-2">
|
<div className="px-2 pb-2 flex-none">
|
||||||
<ButtonGroup
|
<ButtonGroup
|
||||||
value={soundsFilter}
|
value={soundsFilter}
|
||||||
onChange={(value) => settingsMap.setKey('soundsFilter', value)}
|
onChange={(value) => settingsMap.setKey('soundsFilter', value)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue