From f4666dff5e3b8d65138127a8d318f889939bb1a0 Mon Sep 17 00:00:00 2001 From: robertchandler Date: Sun, 24 Mar 2024 10:53:47 -0700 Subject: [PATCH] Remove hardcoded rant true --- ifs.ai/app/start/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ifs.ai/app/start/page.tsx b/ifs.ai/app/start/page.tsx index 7abdee3..451661f 100644 --- a/ifs.ai/app/start/page.tsx +++ b/ifs.ai/app/start/page.tsx @@ -122,7 +122,7 @@ export default function Page() { > {imagesCaptured ? "Looking inside you..." : "Start 🤳"} - {(true || (imagesCaptured && !rantProcessed)) && ( + {imagesCaptured && !rantProcessed && (

Now tell me about your problems...