mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Update settings-account.tsx
This commit is contained in:
parent
1b55c3f8a0
commit
839a38ebff
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ export function SettingsAccount() {
|
|||
<section className="settings-account__section">
|
||||
<h4>{t("current_email")}</h4>
|
||||
<p>{userDetails?.email ?? t("no_email_account")}</p>
|
||||
<h4>{t("username")}</h4>
|
||||
<h4>{t("username")}:</h4>
|
||||
<p>{userDetails?.username}</p>
|
||||
<div className="settings-account__actions">
|
||||
<Button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue