Fix errors

This commit is contained in:
dragongoose
2023-11-25 18:27:21 -05:00
parent 081a3d6619
commit 8c78994985
3 changed files with 4 additions and 8 deletions

View File

@ -11,7 +11,6 @@ import ShareModal from '@/components/popups/ShareButtonModal.vue'
import type { Video } from '@/types'
import { truncate, abbreviate, getEndpoint } from '@/mixins'
import { chatVisible } from '@/settingsManager'
export default {
inject: ['rootBackendUrl'],
@ -75,7 +74,6 @@ export default {
methods: {
truncate,
abbreviate,
chatVisible,
toggleShareModal() {
this.shareModalVisible = !this.shareModalVisible
}