Skip to content

Commit 1f343ba

Browse files
committed
style: fix eslint errors
1 parent f85c67b commit 1f343ba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Schedule.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ export const Schedule = ({
215215
...add,
216216
hour,
217217
})
218-
} catch {}
218+
} catch {
219+
// pass
220+
}
219221
}}
220222
/>
221223
{':'}
@@ -231,7 +233,9 @@ export const Schedule = ({
231233
...add,
232234
minute,
233235
})
234-
} catch {}
236+
} catch {
237+
// pass
238+
}
235239
}}
236240
/>
237241
</td>

0 commit comments

Comments
 (0)