]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/post/post.tsx
Changing all bigints to numbers
[lemmy-ui.git] / src / shared / components / post / post.tsx
index eed5aad1bcb11109edd3690ebd686ed28fcb9d19..96d7911ec792307ffd2f9ef58ac60ddca4062d32 100644 (file)
@@ -189,7 +189,7 @@ export class Post extends Component<any, PostState> {
         type_: "Url",
         sort: "TopAll",
         listing_type: "All",
-        page: 1n,
+        page: 1,
         limit: trendingFetchLimit,
         auth: myAuth(false),
       };