Added alternate display for username IO-413

This commit is contained in:
Patrick Fic
2020-12-01 22:15:21 -08:00
parent 73ec04705a
commit 3e24fdd6f5
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -307,7 +307,9 @@ function Header({
/> />
)} )}
{currentUser.displayName || t("general.labels.unknown")} {currentUser.displayName ||
currentUser.email ||
t("general.labels.unknown")}
</div> </div>
} }
> >