aboutsummaryrefslogtreecommitdiff
path: root/src/main.tsx
diff options
context:
space:
mode:
authorMax Nanis2025-06-07 04:17:19 +0700
committerMax Nanis2025-06-07 04:17:19 +0700
commit51b1003d1e0ce43aa6c30f461d710cb09cdfc29f (patch)
tree85a33808ae2e01a3a46ffbbf4e0255b0c27caa7e /src/main.tsx
parent257bc2f85b71a8564e95a8e6ba39ab0b00e022df (diff)
downloadpanel-ui-51b1003d1e0ce43aa6c30f461d710cb09cdfc29f.tar.gz
panel-ui-51b1003d1e0ce43aa6c30f461d710cb09cdfc29f.zip
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.
Diffstat (limited to 'src/main.tsx')
-rw-r--r--src/main.tsx4
1 files changed, 2 insertions, 2 deletions
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(
- <React.StrictMode>
+ // <React.StrictMode>
<Provider store={store}>
<Widget/>
</Provider>
- </React.StrictMode>
+ // </React.StrictMode>
);
})() \ No newline at end of file