Add back starter packs button in ProfileMenu (#10069)

This commit is contained in:
Eric Bailey
2026-03-18 18:29:22 -05:00
committed by GitHub
parent dc8570c524
commit bfd2d20192
2 changed files with 20 additions and 13 deletions
+9 -11
View File
@@ -341,17 +341,15 @@ let ProfileMenu = ({
)}
</>
)}
{!isSelf && (
<Menu.Item
testID="profileHeaderDropdownStarterPackAddRemoveBtn"
label={_(msg`Add to starter packs`)}
onPress={onPressAddToStarterPacks}>
<Menu.ItemText>
<Trans>Add to starter packs</Trans>
</Menu.ItemText>
<Menu.ItemIcon icon={StarterPack} />
</Menu.Item>
)}
<Menu.Item
testID="profileHeaderDropdownStarterPackAddRemoveBtn"
label={_(msg`Add to starter packs`)}
onPress={onPressAddToStarterPacks}>
<Menu.ItemText>
<Trans>Add to starter packs</Trans>
</Menu.ItemText>
<Menu.ItemIcon icon={StarterPack} />
</Menu.Item>
<Menu.Item
testID="profileHeaderDropdownListAddRemoveBtn"
label={_(msg`Add to lists`)}