mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
hide pro tag in ActionSheet
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user