mirror of https://github.com/vector-im/riot-web
Fix whitespace nitpick
Signed-off-by: Robin Townsend <robin@robin.town>pull/21833/head
parent
a8dab04d5e
commit
b00ad63a35
|
@ -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 New Issue