<TextField
label="Duration"
variant="outlined"
type="time"
format="HH:mm"
value={duration}
onChange={(e) => setDuration(e.target.value)}
fullWidth={true}
/>
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)