From 790da23f575750de28f2190d59c0099584fc0d48 Mon Sep 17 00:00:00 2001 From: linuxdev Date: Sun, 29 Dec 2024 06:16:45 -0500 Subject: [PATCH] fix/ui: ui debug overlay in prod --- src/contents/content.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contents/content.tsx b/src/contents/content.tsx index 631399b..c2db028 100644 --- a/src/contents/content.tsx +++ b/src/contents/content.tsx @@ -161,8 +161,8 @@ const IndexContent = () => { const getCollapseExpandBtn = () => ; - const showDebugOverLay = (show = !envService.isProduction) => { - if (show) return; + const showDebugOverLay = () => { + if (envService.isProduction) return; return (