From f25b103101ad2478153ecd589d176da864393576 Mon Sep 17 00:00:00 2001 From: Life Date: Sun, 31 May 2026 11:26:11 +0200 Subject: [PATCH] Always render RadioView in MainView component --- src/components/MainView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MainView.tsx b/src/components/MainView.tsx index e155f05..b68f3be 100644 --- a/src/components/MainView.tsx +++ b/src/components/MainView.tsx @@ -184,7 +184,7 @@ export const MainView: FC<{}> = props => - { GetConfigurationValue('radio_ui', true) && } + } );