From 2e78c3f03c07701b1ce046dbf96e97ac9fda9e81 Mon Sep 17 00:00:00 2001 From: Carter Date: Mon, 23 Jun 2025 10:24:38 -0600 Subject: [PATCH] fixed side navigator prop error --- src/navigation/SideNavigator.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/navigation/SideNavigator.tsx b/src/navigation/SideNavigator.tsx index 591aa27..38a10cb 100644 --- a/src/navigation/SideNavigator.tsx +++ b/src/navigation/SideNavigator.tsx @@ -436,7 +436,7 @@ export default function SideNavigator(props: Props) { } - {isAg || isStreamline && + {(isAg || isStreamline) && } - } + } ) }