fix code formatting
This commit is contained in:
parent
fd0209dbc0
commit
a659c89385
1 changed files with 5 additions and 4 deletions
|
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue