Fix whitespace lints
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
56714525f2
commit
b032422c6a
1 changed files with 3 additions and 3 deletions
|
@ -184,13 +184,13 @@ const ForwardDialog: React.FC<IProps> = ({ matrixClient: cli, event, permalinkCr
|
||||||
const previewLayout = SettingsStore.getValue("layout");
|
const previewLayout = SettingsStore.getValue("layout");
|
||||||
|
|
||||||
return <BaseDialog
|
return <BaseDialog
|
||||||
title={ _t("Forward message") }
|
title={_t("Forward message")}
|
||||||
className="mx_ForwardDialog"
|
className="mx_ForwardDialog"
|
||||||
contentId="mx_ForwardList"
|
contentId="mx_ForwardList"
|
||||||
onFinished={onFinished}
|
onFinished={onFinished}
|
||||||
fixedWidth={false}
|
fixedWidth={false}
|
||||||
>
|
>
|
||||||
<h3>{ _t("Message preview") }</h3>
|
<h3>{_t("Message preview")}</h3>
|
||||||
<div className={classnames("mx_ForwardDialog_preview", {
|
<div className={classnames("mx_ForwardDialog_preview", {
|
||||||
"mx_IRCLayout": previewLayout == Layout.IRC,
|
"mx_IRCLayout": previewLayout == Layout.IRC,
|
||||||
"mx_GroupLayout": previewLayout == Layout.Group,
|
"mx_GroupLayout": previewLayout == Layout.Group,
|
||||||
|
@ -206,7 +206,7 @@ const ForwardDialog: React.FC<IProps> = ({ matrixClient: cli, event, permalinkCr
|
||||||
<div className="mx_ForwardList">
|
<div className="mx_ForwardList">
|
||||||
<SearchBox
|
<SearchBox
|
||||||
className="mx_textinput_icon mx_textinput_search"
|
className="mx_textinput_icon mx_textinput_search"
|
||||||
placeholder={ _t("Search for rooms or people") }
|
placeholder={_t("Search for rooms or people")}
|
||||||
onSearch={setQuery}
|
onSearch={setQuery}
|
||||||
autoComplete={true}
|
autoComplete={true}
|
||||||
autoFocus={true}
|
autoFocus={true}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue