fix formatting
This commit is contained in:
parent
a968545458
commit
66aad0004a
1 changed files with 19 additions and 16 deletions
|
|
@ -79,8 +79,10 @@ export function SoundsTab() {
|
|||
}}
|
||||
></ButtonGroup>
|
||||
</div>
|
||||
<div>
|
||||
{soundsFilter === soundFilterType.USER && soundEntries.length > 0 && (
|
||||
<ActionButton
|
||||
className="pl-2"
|
||||
label="delete-all"
|
||||
onClick={async () => {
|
||||
try {
|
||||
|
|
@ -96,6 +98,7 @@ export function SoundsTab() {
|
|||
}}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="min-h-0 max-h-full grow overflow-auto text-sm break-normal bg-background p-2 rounded-md">
|
||||
{soundEntries.map(([name, { data, onTrigger }]) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue