Skip to content
Snippets Groups Projects
Commit abd5fc1e authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

fix note for trainee

parent 14e31193
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ class EventDetail extends Component { ...@@ -42,7 +42,7 @@ class EventDetail extends Component {
notes={notes} notes={notes}
trainee={item} trainee={item}
edit={this.state.edit} edit={this.state.edit}
key={Math.random()} key={item.id}
/> />
); );
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment