fix: add missing activeTab prop to MobileShell in PackageShopPage
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-06 19:02:08 +01:00
parent 59c463dbd3
commit 9e9e04b97e

View File

@@ -27,7 +27,7 @@ export default function MobilePackageShopPage() {
if (isLoading) {
return (
<MobileShell title={t('shop.title', 'Upgrade Package')} showBack>
<MobileShell title={t('shop.title', 'Upgrade Package')} showBack activeTab="profile">
<YStack space="$3">
<SkeletonCard height={150} />
<SkeletonCard height={150} />
@@ -46,7 +46,7 @@ export default function MobilePackageShopPage() {
}
return (
<MobileShell title={t('shop.title', 'Upgrade Package')} showBack>
<MobileShell title={t('shop.title', 'Upgrade Package')} showBack activeTab="profile">
<YStack space="$4">
<YStack paddingHorizontal="$2">
<Text fontSize="$sm" color={muted}>