Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Fix linter warnings
Rūdolfs Ošiņš committed 3 months ago
commit eec96f5121d9ca5105436505f0b82af78904caf9
parent fadd614
1 file changed +1 -1
modified src/views/nodes/ReposView.svelte
@@ -15,7 +15,7 @@

  let listState: "pinned" | "all" = "pinned";

-
  $: page = 0;
+
  let page = 0;
  $: perPage = listState === "pinned" ? stats.repos.total : 24;
  $: totalPages = Math.ceil(stats.repos.total / perPage);