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 (