From 1a5620a3fc205e05cb45c79b936506aaa0ea35d7 Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Tue, 22 Oct 2024 13:12:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20front:=20remove=20"account=20par?= =?UTF-8?q?ameters"=20header=20in=20body=20=20(#388)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../popup/UserParameter/UserParameter.jsx | 35 +++++++++---------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/tdrive/frontend/src/app/views/client/popup/UserParameter/UserParameter.jsx b/tdrive/frontend/src/app/views/client/popup/UserParameter/UserParameter.jsx index 5a2abbae..268c4c44 100755 --- a/tdrive/frontend/src/app/views/client/popup/UserParameter/UserParameter.jsx +++ b/tdrive/frontend/src/app/views/client/popup/UserParameter/UserParameter.jsx @@ -61,25 +61,22 @@ export default class UserParameter extends Component { if (this.state.page === 1) { return (
-
{this.state.i18n.t('scenes.apps.account.title')}
-
- -
- -
-
-
+ +
+ +
+
); }