rtetley commited on
Commit
996a038
Β·
verified Β·
1 Parent(s): c84b309

fix: remove double line in auth component

Browse files
frontend/src/components/shared/AuthContainer.tsx CHANGED
@@ -110,7 +110,6 @@ function AuthContainer({ actionText = "DO_ACTION" }) {
110
  <Stack direction="row" spacing={1} alignItems="center">
111
  <Typography variant="body1">
112
  {t("loggedin", {user: (user !== null ? user!['username'] : "inconnu")})}
113
- Connected as <strong>{user!['username']}</strong>
114
  </Typography>
115
  <Chip
116
  label={`Ready to ${actionText}`}
 
110
  <Stack direction="row" spacing={1} alignItems="center">
111
  <Typography variant="body1">
112
  {t("loggedin", {user: (user !== null ? user!['username'] : "inconnu")})}
 
113
  </Typography>
114
  <Chip
115
  label={`Ready to ${actionText}`}