|
@ -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"; |
|
|