Fic missing space

This commit is contained in:
Sam Carlton 2022-05-21 11:52:47 -05:00
parent 0d0d8573dd
commit ae5f85ffd1

View file

@ -60,7 +60,7 @@ export class KindList extends PaginatedList {
// If we have a number, we need to add it to the file path // If we have a number, we need to add it to the file path
const nextPage = kindPage.hasNextPage ? makeKindEndpoint({ const nextPage = kindPage.hasNextPage ? makeKindEndpoint({
kindSlug: this.kindSlug, kindSlug: this.kindSlug,
number: kindPage.number+ 1 number: kindPage.number + 1
}) : '' }) : ''
return { return {