diff --git a/ui/component/settingAccount/view.jsx b/ui/component/settingAccount/view.jsx index 4dce9bd1a..55b39e7aa 100644 --- a/ui/component/settingAccount/view.jsx +++ b/ui/component/settingAccount/view.jsx @@ -37,58 +37,62 @@ export default function SettingAccount(props: Props) { }, []); // eslint-disable-line react-hooks/exhaustive-deps return ( - - {isAuthenticated && ( + <> +
+

{__('Account')}

+
+ + + {isAuthenticated && ( +
+ +
+ )} + + {/* @if TARGET='app' */}
- +
- )} + {/* @endif */} - {/* @if TARGET='app' */} -
- -
- {/* @endif */} + {/* @if TARGET='web' */} + {user && user.fiat_enabled && ( + +