Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove redundant browse call
Alexis Sellier committed 4 years ago
commit ade4169775c66c9ed9c9cf4a94ff7e69f8479481
parent 8f467a3dbc1808a7d1ab854d8af7f9f664998073
1 file changed +0 -2
modified src/base/projects/Commit.svelte
@@ -7,8 +7,6 @@
  export let source: proj.Source;
  export let commit: string;

-
  proj.browse({ content: proj.ProjectContent.Commit });
-

  const { seed, urn } = source;
  const onBrowse = (event: { detail: string }) => {
    proj.navigateTo({