From 186acf92a988e7f1b338b59aa8739655e65dde76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Fri, 6 Aug 2021 10:30:38 +0200 Subject: [PATCH] Wrap in () MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- .../views/settings/LayoutSwitcher.tsx | 122 +++++++++--------- 1 file changed, 62 insertions(+), 60 deletions(-) diff --git a/src/components/views/settings/LayoutSwitcher.tsx b/src/components/views/settings/LayoutSwitcher.tsx index 4796519ee1..a96161d781 100644 --- a/src/components/views/settings/LayoutSwitcher.tsx +++ b/src/components/views/settings/LayoutSwitcher.tsx @@ -63,67 +63,69 @@ export default class LayoutSwitcher extends React.Component { mx_AppearanceUserSettingsTab_Layout_RadioButton_selected: this.state.layout === Layout.Bubble, }); - return
- - { _t("Message layout") } - + return ( +
+ + { _t("Message layout") } + -
- - - +
+ + + +
-
; + ); } }