From 51b1003d1e0ce43aa6c30f461d710cb09cdfc29f Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Sat, 7 Jun 2025 04:17:19 +0700 Subject: Passing in onClick for FullProfileQuestion so that Profile Question and SoftPair are different. Using API models to POST to Softpair submission (with offerwall_id saved). Updating from Conditional to Ineligible buckets. Availability Count to app state. Using / exploring sidebar to show filtered questions for specific Bucket. --- src/main.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.tsx') diff --git a/src/main.tsx b/src/main.tsx index a6cc146..678f9a0 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -42,11 +42,11 @@ import {setApp} from "@/models/appSlice.ts"; const root = createRoot(container) root.render( - + // - + // ); })() \ No newline at end of file -- cgit v1.2.3