Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Jun 10, 2023
1 parent 1c3bc32 commit 2659810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/modules/soundbite/components/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default defineComponent({
let end = start + duration
return new Timestamp(end).pretty
}
return ""
}
},
Expand Down

0 comments on commit 2659810

Please sign in to comment.