FIX: ChatComposerMessageDetails icon was always edit (#21340)

This commit is contained in:
Jan Cernik 2023-05-02 14:31:42 -03:00 committed by GitHub
parent bc236119d3
commit bfd3bd5516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
this.currentMessage
this.currentMessage.inReplyTo
}}
@icon="pencil-alt"
@icon={{if this.currentMessage.editing "pencil-alt" "reply"}}
@cancelAction={{this.onCancel}}
/>
{{/if}}