Don't show 'No sounds loaded' text if search is active
This commit is contained in:
parent
37dd834398
commit
b4e00538f8
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ export function SoundsTab() {
|
|||
) : (
|
||||
''
|
||||
)}
|
||||
{!soundEntries.length && soundsFilter !== 'importSounds' ? 'No sounds loaded' : ''}
|
||||
{!soundEntries.length && soundsFilter !== 'importSounds' && search == '' ? 'No sounds loaded' : ''}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue