Skip to content
Snippets Groups Projects
Commit 519b380d authored by Alexander Schoch's avatar Alexander Schoch
Browse files

make ESlint happy

parent 13a38ea3
No related branches found
No related tags found
Loading
......@@ -24,7 +24,7 @@ export default function SignUpsModal({ open, close, event }) {
</thead>
<tbody>
{event.signUps.map((signUp, i) => (
<tr>
<tr key={i}>
<td>
{signUp.firstName} {signUp.lastName}
</td>
......
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