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:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user