Skip to content

Commit b4c926f

Browse files
committed
lint
1 parent a413ae3 commit b4c926f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/components/views/elements/SettingsFlag.tsx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,13 @@ export default class SettingsFlag extends React.Component<IProps, IState> {
102102
<div className="mx_SettingsFlag_microcopy">
103103
{shouldWarn
104104
? _t(
105-
"settings|warning",
106-
{},
107-
{
108-
w: (sub) => (
109-
<span className="mx_SettingsTab_microcopy_warning">{sub}</span>
110-
),
111-
description,
112-
},
113-
)
105+
"settings|warning",
106+
{},
107+
{
108+
w: (sub) => <span className="mx_SettingsTab_microcopy_warning">{sub}</span>,
109+
description,
110+
},
111+
)
114112
: description}
115113
</div>
116114
)}

0 commit comments

Comments
 (0)