We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9187791 commit 3b98a99Copy full SHA for 3b98a99
packages/app/src/app/pages/common/UserMenu/index.tsx
@@ -43,7 +43,7 @@ export const UserMenu: FunctionComponent = () => {
43
curator={user.curatorAt}
44
openFeedback={() => modalOpened({ modal: 'feedback' })}
45
menuProps={menu}
46
- showPatron={user.subscription.plan === 'patron'}
+ showPatron={user.subscription && user.subscription.plan === 'patron'}
47
/>
48
</Relative>
49
);
0 commit comments