forked from jsnbuchanan/crowd-funder-for-time-pwa
fix wording in list of contacts, remove console.log
This commit is contained in:
@@ -16,7 +16,6 @@ export default class InfiniteScroll extends Vue {
|
|||||||
private isInitialRender = true;
|
private isInitialRender = true;
|
||||||
|
|
||||||
updated() {
|
updated() {
|
||||||
console.log("updated()");
|
|
||||||
if (!this.observer) {
|
if (!this.observer) {
|
||||||
const options = {
|
const options = {
|
||||||
root: null,
|
root: null,
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
>
|
>
|
||||||
{{ contact.name }},
|
{{ contact.name }},
|
||||||
</button>
|
</button>
|
||||||
or
|
<span v-if="allContacts.length > 0"> or </span>
|
||||||
<button @click="openDialog()" class="text-blue-500">
|
<button @click="openDialog()" class="text-blue-500">
|
||||||
nobody in particular
|
nobody in particular
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user