fix code formatting

This commit is contained in:
floy 2026-01-11 13:25:44 +01:00
parent fd0209dbc0
commit a659c89385

View file

@ -210,10 +210,11 @@ export function SoundsTab() {
) : ( ) : (
'' ''
)} )}
{!soundEntries.length && soundsFilter !== 'importSounds' ? {!soundEntries.length && soundsFilter !== 'importSounds'
search == '' ? 'No sounds loaded' : 'No sounds found' ? search == ''
: '' ? 'No sounds loaded'
} : 'No sounds found'
: ''}
</div> </div>
</div> </div>
); );