forked from jsnbuchanan/crowd-funder-for-time-pwa
fix linting
This commit is contained in:
@@ -151,9 +151,7 @@
|
|||||||
<span v-else-if="totalConfirmers() === 1">
|
<span v-else-if="totalConfirmers() === 1">
|
||||||
One person confirmed this.
|
One person confirmed this.
|
||||||
</span>
|
</span>
|
||||||
<span v-else>
|
<span v-else> {{ totalConfirmers() }} people confirmed this. </span>
|
||||||
{{ totalConfirmers() }} people confirmed this.
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<div v-if="totalConfirmers() > 0">
|
<div v-if="totalConfirmers() > 0">
|
||||||
<div
|
<div
|
||||||
@@ -412,7 +410,7 @@ import { Account } from "@/db/tables/accounts";
|
|||||||
import { Contact } from "@/db/tables/contacts";
|
import { Contact } from "@/db/tables/contacts";
|
||||||
import { MASTER_SETTINGS_KEY, Settings } from "@/db/tables/settings";
|
import { MASTER_SETTINGS_KEY, Settings } from "@/db/tables/settings";
|
||||||
import * as serverUtil from "@/libs/endorserServer";
|
import * as serverUtil from "@/libs/endorserServer";
|
||||||
import {displayAmount, GiveSummaryRecord} from "@/libs/endorserServer";
|
import { displayAmount, GiveSummaryRecord } from "@/libs/endorserServer";
|
||||||
import * as libsUtil from "@/libs/util";
|
import * as libsUtil from "@/libs/util";
|
||||||
import { isGiveAction } from "@/libs/util";
|
import { isGiveAction } from "@/libs/util";
|
||||||
import TopMessage from "@/components/TopMessage.vue";
|
import TopMessage from "@/components/TopMessage.vue";
|
||||||
|
|||||||
@@ -310,7 +310,7 @@ import OfferDialog from "@/components/OfferDialog.vue";
|
|||||||
import TopMessage from "@/components/TopMessage.vue";
|
import TopMessage from "@/components/TopMessage.vue";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
components: {TopMessage, GiftedDialog, EntityIcon, OfferDialog, QuickNav },
|
components: { TopMessage, GiftedDialog, EntityIcon, OfferDialog, QuickNav },
|
||||||
})
|
})
|
||||||
export default class ContactsView extends Vue {
|
export default class ContactsView extends Vue {
|
||||||
$notify!: (notification: NotificationIface, timeout?: number) => void;
|
$notify!: (notification: NotificationIface, timeout?: number) => void;
|
||||||
|
|||||||
Reference in New Issue
Block a user