style(radio): format RadioBrowserSearch with Prettier - #5239

Signed-off-by: elpatron <m.busche@gmail.com>
This commit is contained in:
elpatron 2026-03-22 13:00:46 +01:00
parent bcda08df70
commit be855ff859

View File

@ -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>
)}