Skip to content

Commit 21201e3

Browse files
committed
Formatting
1 parent 116489f commit 21201e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/_utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ export const generateJumpToState = async (
365365
category ===
366366
(collectionType === "examples"
367367
? getExampleCategory(entry.slug)
368-
// @ts-expect-error - We know that the category exists because of the collection type
369-
: entry.data.category ?? ""),
368+
: // @ts-expect-error - We know that the category exists because of the collection type
369+
entry.data.category ?? ""),
370370
);
371371

372372
// Add the entries in the category to the jumpToLinks

0 commit comments

Comments
 (0)