Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix type error
Alexis Sellier committed 4 years ago
commit f48bd0935cb82b3905b31792d8f8dee60440f1df
parent 7a193a825d2b6c1c4a007b3dc95cf534cf2e4b1f
1 file changed +2 -2
modified src/base/projects/Commit.svelte
@@ -23,7 +23,7 @@
    }
  };

-
  let { project, urn, branches, config } = source;
+
  let { project, urn, branches } = source;

  $: [revision_,] = proj.splitPrefixFromPath(locator, branches, project.head);
  $: content = proj.ProjectContent.Commit;
@@ -74,7 +74,7 @@
  }
</style>

-
{#await proj.getCommit(urn, revision, config) then commit}
+
{#await proj.getCommit(urn, revision, seed.api) then commit}
  <div class="commit">
    <header>
      <div class="summary">