fix: add missing activeTab prop to MobileShell in PackageShopPage
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user