chore: show menu item only if section anchor provided
This commit is contained in:
@@ -9,6 +9,7 @@ export const homePageDocument = gql`
|
||||
id
|
||||
title
|
||||
description
|
||||
anchor
|
||||
badge
|
||||
stats {
|
||||
id
|
||||
@@ -20,6 +21,7 @@ export const homePageDocument = gql`
|
||||
id
|
||||
title
|
||||
description
|
||||
anchor
|
||||
cards {
|
||||
id
|
||||
title
|
||||
@@ -39,6 +41,7 @@ export const homePageDocument = gql`
|
||||
id
|
||||
title
|
||||
description
|
||||
anchor
|
||||
cards {
|
||||
id
|
||||
title
|
||||
@@ -56,6 +59,7 @@ export const homePageDocument = gql`
|
||||
id
|
||||
title
|
||||
description
|
||||
anchor
|
||||
cards {
|
||||
id
|
||||
title
|
||||
@@ -75,6 +79,7 @@ export const homePageDocument = gql`
|
||||
id
|
||||
title
|
||||
description
|
||||
anchor
|
||||
partners(pagination: { pageSize: 100 }) {
|
||||
id
|
||||
value
|
||||
|
||||
Reference in New Issue
Block a user