cleanup div

This commit is contained in:
Jade (Rose) Rowland 2025-09-07 22:44:09 -04:00
parent 66aad0004a
commit 70e776e799

View file

@ -79,7 +79,7 @@ export function SoundsTab() {
}}
></ButtonGroup>
</div>
<div>
{soundsFilter === soundFilterType.USER && soundEntries.length > 0 && (
<ActionButton
className="pl-2"
@ -98,7 +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 }]) => {