diff --git a/apps/mobile/src/components/ActionSheetComponent/ActionSheetTagsSection.js b/apps/mobile/src/components/ActionSheetComponent/ActionSheetTagsSection.js
index 6263e5fab..55f66d284 100644
--- a/apps/mobile/src/components/ActionSheetComponent/ActionSheetTagsSection.js
+++ b/apps/mobile/src/components/ActionSheetComponent/ActionSheetTagsSection.js
@@ -207,20 +207,7 @@ export const ActionSheetTagsSection = ({item, close}) => {
borderColor: focused ? colors.accent : colors.nav,
alignItems: 'center',
}}>
- {!premiumUser ? (
-
- PRO
-
- ) : null}
+
{note.tags.map((item, index) => (
) : undefined}
- {item.nopremium ? null : }
-
{item.check ? (