fix linting

This commit is contained in:
2024-08-21 19:16:00 -06:00
parent 7309ba1436
commit 85b9aa8e2b
2 changed files with 3 additions and 5 deletions

View File

@@ -310,7 +310,7 @@ import OfferDialog from "@/components/OfferDialog.vue";
import TopMessage from "@/components/TopMessage.vue";
@Component({
components: {TopMessage, GiftedDialog, EntityIcon, OfferDialog, QuickNav },
components: { TopMessage, GiftedDialog, EntityIcon, OfferDialog, QuickNav },
})
export default class ContactsView extends Vue {
$notify!: (notification: NotificationIface, timeout?: number) => void;