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

@@ -138,7 +138,7 @@ const ShortUrlVisits = (
<DateRangeRow
startDate={this.state.startDate}
endDate={this.state.endDate}
onStartDateChane={setDate('startDate')}
onStartDateChange={setDate('startDate')}
onEndDateChange={setDate('endDate')}
/>
</section>