-
-
+
+
this.setState({ deleteUserModal: true, deleteUserName: this.state.scenario.users[index].username, modalUserIndex: index })}
+ onDelete={(index) => this.setState({
+ deleteUserModal: true,
+ deleteUserName: this.state.scenario.users[index].username,
+ modalUserIndex: index
+ })}
/>
@@ -1009,8 +1031,6 @@ class Scenario extends React.Component {