Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Make comments without IDs editable
Thomas Scholtes committed 10 months ago
commit 9ee9a108a51c4998e127eef128e70e986046a4f9
parent e5f2071
1 file changed +2 -2
modified src/components/Comment.svelte
@@ -155,12 +155,12 @@
        </div>
      {/if}
      <div class="header-right">
-
        {#if id && editComment}
+
        {#if editComment}
          <div class="edit-buttons">
            <Icon name="pen" onclick={toggleEdit} />
          </div>
        {/if}
-
        {#if id && reactions && reactOnComment}
+
        {#if reactions && reactOnComment}
          <ReactionSelector
            popoverPositionRight="0"
            popoverPositionBottom="1.5rem"