Skip to content

Commit

Permalink
Replace attachment rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Oct 30, 2023
1 parent 682f747 commit 158f332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compose/Compose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ export class Compose extends FormElement {
icon="attachment"
.count=${this.currentAttachments.length}
>
<div class="items attachments"></div>
<div class="items attachments">${this.getAttachments()}</div>
</temba-tab>`
: null}
${this.quickReplies
Expand Down

0 comments on commit 158f332

Please sign in to comment.