From c9c81f1e5c65cd841a9de7e3942369d7e9e650a9 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 28 Jun 2023 20:20:06 -0600 Subject: [PATCH] fix wording in list of contacts, remove console.log --- src/components/InfiniteScroll.vue | 1 - src/views/HomeView.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/InfiniteScroll.vue b/src/components/InfiniteScroll.vue index 39b969e..998a15f 100644 --- a/src/components/InfiniteScroll.vue +++ b/src/components/InfiniteScroll.vue @@ -16,7 +16,6 @@ export default class InfiniteScroll extends Vue { private isInitialRender = true; updated() { - console.log("updated()"); if (!this.observer) { const options = { root: null, diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index ca176bd..b1ef488 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -61,7 +61,7 @@ >  {{ contact.name }}, - or +  or