-
Your User Account
+
Account
- {this.state.currentUser !== undefined && this.state.currentUser !== null ?
+ {user ?
+ <>
+
+ Username
+
+
+
+
+
+ E-mail
+
+
+
+
+
+ Role
+
+
+
+
+
+ Created at
+
+
+
+
+
+
-
: "Loading user data..."
+
this.closeEditModal(data)}
+ user={this.state.currentUser}
+ />
+ >
+ :
}
);