This commit is contained in:
Jade (Rose) Rowland
2025-09-07 22:48:04 -04:00
parent 70e776e799
commit 99bb227cf4
@@ -99,7 +99,6 @@ export function SoundsTab() {
/>
)}
<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 }]) => {
return (