@@ -273,7 +276,7 @@ export default class ActivityListItem extends Vue {
title: "Person Outside Your Network",
text: "This person is not visible to you.",
},
- 3000
+ 3000,
);
}
@@ -285,7 +288,7 @@ export default class ActivityListItem extends Vue {
title: "Unidentified Person",
text: "Nobody specific was recognized.",
},
- 3000
+ 3000,
);
}
diff --git a/src/components/ImageMethodDialog.vue b/src/components/ImageMethodDialog.vue
index 66aa3a78..a84641f1 100644
--- a/src/components/ImageMethodDialog.vue
+++ b/src/components/ImageMethodDialog.vue
@@ -4,7 +4,9 @@
Uploading Image…
- {{ crop ? 'Crop Image' : 'Preview Image' }}
+ {{
+ crop ? "Crop Image" : "Preview Image"
+ }}
Upload Image
Add Photo
@@ -119,7 +121,9 @@
playsinline
muted
>
-
+