Skip to content

Commit 28e78d7

Browse files
committed
lint change
1 parent 6beb9b1 commit 28e78d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/lowering_stats_form.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const validate = (formProps) => {
183183

184184
for (let i = 0; i < dateObjects.length - 1; ) {
185185
const nextIndex = findNextValidIndex(dateObjects, i)
186-
if(nextIndex < 0) {
186+
if (nextIndex < 0) {
187187
i++
188188
continue
189189
}

0 commit comments

Comments
 (0)