fix wording in list of contacts, remove console.log

This commit is contained in:
2023-06-28 20:20:06 -06:00
parent a94069e70a
commit c9c81f1e5c
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ export default class InfiniteScroll extends Vue {
private isInitialRender = true;
updated() {
console.log("updated()");
if (!this.observer) {
const options = {
root: null,

View File

@@ -61,7 +61,7 @@
>
 {{ contact.name }},
</button>
or
<span v-if="allContacts.length > 0">&nbsp;or&nbsp;</span>
<button @click="openDialog()" class="text-blue-500">
nobody in particular
</button>