Lmao whoops I shipped the test data 🤣
This commit is contained in:
parent
29ca2306af
commit
9e1d8024c1
1 changed files with 1 additions and 13 deletions
|
@ -375,19 +375,7 @@ function NewItemsSectionContent() {
|
|||
const { loading, error, data } = useQuery(
|
||||
gql`
|
||||
query NewItemsSection {
|
||||
newestItems: items(
|
||||
ids: [
|
||||
"81546"
|
||||
"35082"
|
||||
"75149"
|
||||
"81797"
|
||||
"58741"
|
||||
"78953"
|
||||
"82427"
|
||||
"82727"
|
||||
"82726"
|
||||
]
|
||||
) {
|
||||
newestItems {
|
||||
id
|
||||
name
|
||||
thumbnailUrl
|
||||
|
|
Loading…
Reference in a new issue