diff --git a/src/pages/GiftSubscription.tsx b/src/pages/GiftSubscription.tsx index 9e4fe4c..9dc2002 100644 --- a/src/pages/GiftSubscription.tsx +++ b/src/pages/GiftSubscription.tsx @@ -1110,7 +1110,7 @@ function MyGiftsTabContent() {

{t('gift.activeGiftsTitle')}

-
+
{activeGifts.map((gift) => ( ))} @@ -1124,7 +1124,7 @@ function MyGiftsTabContent() {

{t('gift.activatedGiftsTitle')}

-
+
{activatedGifts.map((gift) => ( ))} @@ -1138,7 +1138,7 @@ function MyGiftsTabContent() {

{t('gift.receivedGiftsTitle')}

-
+
{receivedGifts!.map((gift) => ( ))}