Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Fix `HomeSidebar` repositories navigation
Sebastian Martinez committed 1 year ago
commit acd06d00a92555506ac20fa003770080d43d3d99
parent a350777
1 file changed +1 -8
modified src/views/home/Repos.svelte
@@ -27,17 +27,10 @@
  }

  /* eslint-disable prefer-const */
-
  let {
-
    config,
-
    repos: initialRepos,
-
    notificationCount,
-
    repoCount,
-
    activeTab,
-
  }: Props =
+
  let { config, repos, notificationCount, repoCount, activeTab }: Props =
    /* eslint-enable prefer-const */
    $props();

-
  let repos = $state(initialRepos);
  let lock = false;
  const startup = $state<{ error?: ErrorWrapper }>({ error: undefined });