Fix whitespace nitpick

Signed-off-by: Robin Townsend <robin@robin.town>
pull/21833/head
Robin Townsend 2021-06-07 19:16:00 -04:00
parent a8dab04d5e
commit b00ad63a35
1 changed files with 1 additions and 1 deletions

View File

@ -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,