From be855ff859d5a1e362bbcea36c763373bc1fbbdc Mon Sep 17 00:00:00 2001 From: elpatron Date: Sun, 22 Mar 2026 13:00:46 +0100 Subject: [PATCH] style(radio): format RadioBrowserSearch with Prettier - #5239 Signed-off-by: elpatron --- ui/src/radio/RadioBrowserSearch.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/src/radio/RadioBrowserSearch.jsx b/ui/src/radio/RadioBrowserSearch.jsx index 5de80b29a..14e52adf1 100644 --- a/ui/src/radio/RadioBrowserSearch.jsx +++ b/ui/src/radio/RadioBrowserSearch.jsx @@ -97,7 +97,11 @@ const RadioBrowserSearchFields = ({ form }) => { {searched && !loading && results.length === 0 && ( - + {translate('resources.radio.radioBrowser.noResults')} )}