Skip to content

Commit 05ae4d1

Browse files
committed
revert unneeded changes
1 parent 5d3d915 commit 05ae4d1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

extension/js/common/xss-safe-factory.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,11 @@ export class XssSafeFactory {
262262
};
263263

264264
public btnSecureReply = () => {
265-
return `<div class="${this.destroyableCls} reply_message_button" data-test="secure-reply-button" role="button" tabindex="0" data-tooltip="Secure Reply" aria-label="Secure Reply">
266-
<img title="Secure Reply" src="${this.srcImg('svgs/reply-icon.svg')}" />
267-
</div>`;
265+
return `<div class="${
266+
this.destroyableCls
267+
} reply_message_button" data-test="secure-reply-button" role="button" tabindex="0" data-tooltip="Secure Reply" aria-label="Secure Reply">
268+
<img title="Secure Reply" src="${this.srcImg('svgs/reply-icon.svg')}" />
269+
</div>`;
268270
};
269271

270272
public actionsMenuBtn = (action: 'reply' | 'forward') => {

0 commit comments

Comments
 (0)