Skip to content

Commit 23aec24

Browse files
committed
lint: fix
1 parent 87b0f5f commit 23aec24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/src/components/media/MediaEditorVideo.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const fileName = computed(() => {
5050
return props.mediaItem.path || 'video'
5151
})
5252
53-
5453
const formattedDuration = computed(() => {
5554
if (!duration.value) {
5655
return '0s'

0 commit comments

Comments
 (0)