Skip to content

Commit 13015ae

Browse files
authored
Update form-timepicker.js
1 parent dd55dc8 commit 13015ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/form-timepicker/form-timepicker.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ export const BFormTimepicker = /*#__PURE__*/ Vue.extend({
386386
// Footer buttons
387387
let $controls = []
388388

389-
/* istanbul ignore if: until tests written */
390389
if (this.nowButton) {
391390
const label = this.labelNowButton
392391
$controls.push(
@@ -402,7 +401,6 @@ export const BFormTimepicker = /*#__PURE__*/ Vue.extend({
402401
)
403402
}
404403

405-
/* istanbul ignore if: until tests written */
406404
if (this.resetButton) {
407405
const label = this.labelResetButton
408406
$controls.push(

0 commit comments

Comments
 (0)