There was an error while loading. Please reload this page.
1 parent 9bae681 commit e3970adCopy full SHA for e3970ad
2 files changed
client/src/App.tsx
@@ -30,7 +30,7 @@ function AppContent() {
30
<TermsOfServiceModal open={showTermsOfService} onAccept={acceptTermsOfService} onDecline={logout} />
31
)}
32
{shouldShowMobile && showTermsOfService && (
33
- <TermsOfServiceScreen onAccept={acceptTermsOfService} />
+ <TermsOfServiceScreen onAccept={acceptTermsOfService} onDecline={logout} />
34
35
36
{!shouldShowMobile && (
0 commit comments