Fixed tests and typos

This commit is contained in:
Alejandro Celaya
2020-01-14 20:12:30 +01:00
parent b60908a5e9
commit 5eb4a3adec
5 changed files with 29 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ const SearchBar = (colorGenerator) => {
<DateRangeRow
startDate={dateOrUndefined(shortUrlsListParams.startDate)}
endDate={dateOrUndefined(shortUrlsListParams.endDate)}
onStartDateChane={setDate('startDate')}
onStartDateChange={setDate('startDate')}
onEndDateChange={setDate('endDate')}
/>
</div>