aboutsummaryrefslogtreecommitdiff
path: root/src/Widget.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Widget.tsx')
-rw-r--r--src/Widget.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Widget.tsx b/src/Widget.tsx
index 99c2a33..c3b1f8f 100644
--- a/src/Widget.tsx
+++ b/src/Widget.tsx
@@ -45,9 +45,9 @@ const Widget = () => {
<div className="@container/main flex flex-1 flex-col gap-2">
<div className="flex flex-col gap-4 py-4 md:gap-6 md:py-6">
<div className="px-4 lg:px-6">
- {app.currentPage === 'offerwall' && <Offerwall/>}
- {app.currentPage === 'questions' && <QuestionsPage/>}
- {app.currentPage === 'cashouts' && <CashoutMethodsPage/>}
+ {app.currentPage === 'offerwall' && <Offerwall />}
+ {app.currentPage === 'questions' && <QuestionsPage />}
+ {app.currentPage === 'cashouts' && <CashoutMethodsPage />}
</div>
</div>
</div>