No scroll story
Some checks failed
CI / Rust (lint + test) (push) Failing after 20s
CI / Python (lint + test) (push) Failing after 59s
CI / Frontend (lint + typecheck) (push) Successful in 3m50s
Build and publish Docker image / build-and-push (push) Failing after 5m33s

This commit is contained in:
Andras Schmelczer 2026-03-20 07:52:31 +00:00
parent 852bb3f3a7
commit e09aa574b0
3 changed files with 1 additions and 511 deletions

View file

@ -305,7 +305,6 @@ export default function App() {
onOpenDashboard={() => navigateTo('dashboard')}
onOpenPricing={() => navigateTo('pricing')}
theme={theme}
features={features}
hidePricing={user?.subscription === 'licensed' || user?.isAdmin}
/>
) : activePage === 'pricing' && !(user?.subscription === 'licensed' || user?.isAdmin) ? (