Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix linter issue
Sebastian Martinez committed 1 year ago
commit 54ce1864eb91c8bdd68d76f9a412664a0630b2c5
parent aebd7dda3aa0f9a0cc52f8093f35fa2202e0e97e
1 file changed +1 -1
modified src/components/Markdown.svelte
@@ -80,7 +80,7 @@

      // If the image is an oid embed
      if (imagePath && isCommit(imagePath)) {
-
        let base64Content = await invoke<string>("get_file_by_oid", {
+
        const base64Content = await invoke<string>("get_file_by_oid", {
          rid,
          oid: imagePath,
        });