Appease the linter

pull/21833/head
Travis Ralston 2020-09-02 08:59:24 -06:00
parent 92c184385c
commit 9b12355b2a
1 changed files with 4 additions and 3 deletions

View File

@ -145,9 +145,10 @@ export default class EditCommunityPrototypeDialog extends React.PureComponent<IP
ref={this.avatarUploadRef} accept="image/*" ref={this.avatarUploadRef} accept="image/*"
onChange={this.onAvatarChanged} onChange={this.onAvatarChanged}
/> />
<AccessibleButton onClick={this.onChangeAvatar} className="mx_EditCommunityPrototypeDialog_avatarContainer"> <AccessibleButton
{preview} onClick={this.onChangeAvatar}
</AccessibleButton> className="mx_EditCommunityPrototypeDialog_avatarContainer"
>{preview}</AccessibleButton>
<div className="mx_EditCommunityPrototypeDialog_tip"> <div className="mx_EditCommunityPrototypeDialog_tip">
<b>{_t("Add image (optional)")}</b> <b>{_t("Add image (optional)")}</b>
<span> <span>