mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fic missing space
This commit is contained in:
parent
0d0d8573dd
commit
ae5f85ffd1
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export class KindList extends PaginatedList {
|
|||
// If we have a number, we need to add it to the file path
|
||||
const nextPage = kindPage.hasNextPage ? makeKindEndpoint({
|
||||
kindSlug: this.kindSlug,
|
||||
number: kindPage.number+ 1
|
||||
number: kindPage.number + 1
|
||||
}) : ''
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue