Merged in hotfix/remove-membership-cards (pull request #1398)

hotfix: removed membership cards component

* hotfix: removed membership cards component


Approved-by: Bianca Widstam
This commit is contained in:
Linus Flood
2025-02-24 13:17:52 +00:00
parent 59950678f3
commit c0cfa342cc

View File

@@ -12,7 +12,6 @@ import {
} from "@/components/Icons"
import CommunicationSlot from "@/components/MyPages/myprofile/communication/communication"
import CreditCardSlot from "@/components/MyPages/myprofile/creditCards/creditCards"
import MembershipCardSlot from "@/components/MyPages/myprofile/membershipCards/membershipcards"
import Header from "@/components/Profile/Header"
import Button from "@/components/TempDesignSystem/Button"
import Divider from "@/components/TempDesignSystem/Divider"
@@ -124,7 +123,7 @@ export default async function Profile() {
</div>
<Divider color="burgundy" opacity={8} />
<CreditCardSlot />
<MembershipCardSlot />
{/* <MembershipCardSlot /> */}
<CommunicationSlot />
</section>
</>