diff --git a/src/components/ActivityListItem.vue b/src/components/ActivityListItem.vue index 6da6fc6..7e6cc08 100644 --- a/src/components/ActivityListItem.vue +++ b/src/components/ActivityListItem.vue @@ -215,10 +215,6 @@ export default class ActivityListItem extends Vue { const claim = (this.record.fullClaim as unknown).claim || this.record.fullClaim; - if (!claim.description) { - return "something not described"; - } - return `${claim.description}`; } diff --git a/src/components/OnboardingDialog.vue b/src/components/OnboardingDialog.vue index 83e6f77..85c6eb9 100644 --- a/src/components/OnboardingDialog.vue +++ b/src/components/OnboardingDialog.vue @@ -95,7 +95,7 @@
- Search for a topic, or search around your neighborhod under "Nearby". + Search for a topic, or search around your neighborhood under "Nearby".
diff --git a/src/components/QuickNav.vue b/src/components/QuickNav.vue index 5525f15..87135cb 100644 --- a/src/components/QuickNav.vue +++ b/src/components/QuickNav.vue @@ -52,7 +52,7 @@ >