Fix linty failures

This commit is contained in:
Michael Telatynski
2019-10-22 13:49:02 +01:00
parent e7f292794c
commit 93ecc9839b
8 changed files with 29 additions and 33 deletions

View File

@@ -29,7 +29,7 @@ const EventListSummary = ({events, children, threshold=3, onToggle, startExpande
if (onToggle) {
onToggle();
}
}, [expanded]);
}, [expanded]); // eslint-disable-line react-hooks/exhaustive-deps
const eventIds = events.map((e) => e.getId()).join(',');