diff --git a/src/components/ActivityListItem.vue b/src/components/ActivityListItem.vue index 5bb963dc..c87854d6 100644 --- a/src/components/ActivityListItem.vue +++ b/src/components/ActivityListItem.vue @@ -40,10 +40,7 @@ />
-

+

{{ record.issuer.displayName }}

@@ -97,7 +94,9 @@

@@ -125,17 +124,17 @@
@@ -156,7 +155,9 @@
-
+
{{ fetchAmount }}
@@ -181,7 +182,9 @@
@@ -209,17 +212,17 @@
@@ -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 > -
+
-