Fix whitespace nitpick
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
a8dab04d5e
commit
b00ad63a35
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ const ForwardDialog: React.FC<IProps> = ({ matrixClient: cli, event, permalinkCr
|
|||
onFinished={onFinished}
|
||||
fixedWidth={false}
|
||||
>
|
||||
<h3>{_t("Message preview")}</h3>
|
||||
<h3>{ _t("Message preview") }</h3>
|
||||
<div className={classnames("mx_ForwardDialog_preview", {
|
||||
"mx_IRCLayout": previewLayout == Layout.IRC,
|
||||
"mx_GroupLayout": previewLayout == Layout.Group,
|
||||
|
|
Loading…
Reference in a new issue