We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1c3db3 + 027312a commit 61f7010Copy full SHA for 61f7010
1 file changed
src/components/account/settings/settings.tsx
@@ -30,7 +30,7 @@ export function Settings() {
30
<ProfileForm user={user} />
31
<AccountForm user={user} />
32
<TwoStepAuthForm status={status} />
33
- {user?.isPremium && <Subscription user={user} />}
+ <Subscription user={user} />
34
<Preferences />
35
<AccountActions />
36
</div>
0 commit comments