From fbc186311ca3fd4992ad80926dde40ebb764fcf4 Mon Sep 17 00:00:00 2001 From: MichaƂ Kostewicz Date: Sun, 7 Feb 2021 11:00:16 +0100 Subject: Show username and lastname fetched from server in account settings --- src/components/settings/account/AccountDashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/settings') diff --git a/src/components/settings/account/AccountDashboard.js b/src/components/settings/account/AccountDashboard.js index 5c3dc21d0..809bfda6e 100644 --- a/src/components/settings/account/AccountDashboard.js +++ b/src/components/settings/account/AccountDashboard.js @@ -209,7 +209,7 @@ class AccountDashboard extends Component {

- {`${user.firstname} ${isUsingFranzServer ? user.lastname : ''}`} + {`${user.firstname} ${user.lastname}`} {user.isPremium && ( <> {' '} -- cgit v1.2.3-54-g00ecf