refactor: change name on breadcrumbs unique id for loyalty page
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { BreadcrumbsProps } from "./breadcrumbs"
|
||||
import type { Preamble } from "@/types/requests/preamble"
|
||||
import type { BreadcrumbsProps } from "./breadcrumbs"
|
||||
|
||||
export type PreambleProps = {
|
||||
breadcrumbs: BreadcrumbsProps["breadcrumbs"]
|
||||
|
||||
@@ -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>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user