mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
style(radio): format RadioBrowserSearch with Prettier - #5239
Signed-off-by: elpatron <m.busche@gmail.com>
This commit is contained in:
parent
bcda08df70
commit
be855ff859
@ -97,7 +97,11 @@ const RadioBrowserSearchFields = ({ form }) => {
|
||||
</Button>
|
||||
</Box>
|
||||
{searched && !loading && results.length === 0 && (
|
||||
<Typography variant="body2" color="textSecondary" style={{ marginTop: 8 }}>
|
||||
<Typography
|
||||
variant="body2"
|
||||
color="textSecondary"
|
||||
style={{ marginTop: 8 }}
|
||||
>
|
||||
{translate('resources.radio.radioBrowser.noResults')}
|
||||
</Typography>
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user