refactor: change name on breadcrumbs unique id for loyalty page

This commit is contained in:
Matilda Landström
2024-05-27 10:33:46 +02:00
parent eecb4b5526
commit ed2fe5b30e
7 changed files with 10 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ interface AccountPageBreadcrumbs {
}
interface LoyaltyPageBreadcrumbs {
web: {
breadcrumbss: {
breadcrumbs: {
title: string
parentsConnection: Edges<{
breadcrumbs: {
@@ -65,7 +65,7 @@ interface AccountPageBreadcrumbRefs extends System {
interface LoyaltyPageBreadcrumbRefs extends System {
web: {
breadcrumbss: {
breadcrumbs: {
parentsConnection: Edges<System>
}
}