From 0cfb41755a3cf5bc39cd65e45e02418c245fa793 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 27 Jun 2024 00:21:32 -0400 Subject: lint --- frontend/src/tabs-hook.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'frontend/src/tabs-hook.tsx') diff --git a/frontend/src/tabs-hook.tsx b/frontend/src/tabs-hook.tsx index 4ddea44a..16643165 100644 --- a/frontend/src/tabs-hook.tsx +++ b/frontend/src/tabs-hook.tsx @@ -147,7 +147,11 @@ class TabsHook extends Logger { decky: true, initialVisibility: visible, }; - tab.panel = {content}; + tab.panel = ( + + {content} + + ); existingTabs.push(tab); } } -- cgit v1.2.3