forked from trent_larson/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;
|
||||
|
||||
updated() {
|
||||
console.log("updated()");
|
||||
if (!this.observer) {
|
||||
const options = {
|
||||
root: null,
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
>
|
||||
{{ contact.name }},
|
||||
</button>
|
||||
or
|
||||
<span v-if="allContacts.length > 0"> or </span>
|
||||
<button @click="openDialog()" class="text-blue-500">
|
||||
nobody in particular
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user