Browse Source

fix wording in list of contacts, remove console.log

kb/add-usage-guide
Trent Larson 1 year ago
parent
commit
c9c81f1e5c
  1. 1
      src/components/InfiniteScroll.vue
  2. 2
      src/views/HomeView.vue

1
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,

2
src/views/HomeView.vue

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

Loading…
Cancel
Save