hide pro tag in ActionSheet

This commit is contained in:
ammarahm-ed
2021-01-08 12:52:55 +05:00
parent 4c6c110f08
commit 4b19dc3622
2 changed files with 4 additions and 16 deletions

View File

@@ -307,6 +307,7 @@ export const ActionSheetComponent = ({
close: false,
check: true,
on: note.pinned,
nopremium: true,
id: notesnook.ids.dialogs.actionsheet.pin,
},
{
@@ -330,6 +331,7 @@ export const ActionSheetComponent = ({
close: false,
check: true,
on: note.favorite,
nopremium: true,
id: notesnook.ids.dialogs.actionsheet.favorite,
color: 'orange',
},
@@ -357,6 +359,7 @@ export const ActionSheetComponent = ({
close: false,
check: true,
on: isPinnedToMenu,
nopremium: true,
id: notesnook.ids.dialogs.actionsheet.pinMenu,
},
];
@@ -440,8 +443,6 @@ export const ActionSheetComponent = ({
/>
) : undefined}
{item.nopremium ? null : <PremiumTag pro={premiumUser} />}
{item.check ? (
<Icon
name={