Skip to content

Commit

Permalink
Remove hardcoded rant true
Browse files Browse the repository at this point in the history
  • Loading branch information
nyacg committed Mar 24, 2024
1 parent fbd553a commit f4666df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifs.ai/app/start/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default function Page() {
>
{imagesCaptured ? "Looking inside you..." : "Start 🤳"}
</Button>
{(true || (imagesCaptured && !rantProcessed)) && (
{imagesCaptured && !rantProcessed && (
<div className="flex w-full max-w-xl flex-col items-center space-y-4">
<div>
<p>Now tell me about your problems...</p>
Expand Down

0 comments on commit f4666df

Please sign in to comment.