diff --git a/frontend/App.vue b/frontend/App.vue
index 438d546..6de59ed 100644
--- a/frontend/App.vue
+++ b/frontend/App.vue
@@ -5,7 +5,7 @@
@@ -247,15 +247,15 @@
{{ hit.name }} ({{ hit.label }})
-
-
-
- One search result. Click the result to continue.
-
-
- Click a result to continue.
-
-
+
+
+
+ One search result. Click the result to continue.
+
+
+ Click a result to continue.
+
+
@@ -444,11 +444,11 @@
-
+
Use the save button in the top right corner of the map to upload changes.
@@ -663,7 +663,7 @@ export default {
computed: {
show_instructions() {
return (this.mode != "search"
- && !this.loading
+ && !this.loading
&& !this.isa_list.length
&& !this.view_edits
&& !this.current_item);