184-message-truncation #186

Merged
hodlbod merged 3 commits from priyanshu_bharti/flotilla:184-message-truncation into dev 2026-04-10 16:37:24 +00:00
Showing only changes of commit c129bf70bc - Show all commits
+1 -1
View File
@@ -20,6 +20,6 @@
<NoteContent {...props} {minLength} {maxLength} />
</Link>
{:else}
<NoteContent {...props} />
<NoteContent {...props} {minLength} {maxLength} />
{/if}
</div>