Loading...
++ All registered participants started a session for this exercise. +
+| Username | +Reason for Non-Participation | +Actions | +
|---|---|---|
|
+ |
+
+ {editingUser === np.userId ? (
+
+ setReason(e.target.value)}
+ placeholder="e.g., Sick, Withdrew, No show..."
+ style={{ flex: 1 }}
+ autoFocus
+ />
+
+
+
+ ) : (
+
+ {np.reason ? (
+ {np.reason}
+ ) : (
+ No reason provided
+ )}
+
+ )}
+ |
+ + {editingUser !== np.userId && ( + + )} + | +