From 1542c7bb75475ed4b875ea60b653bb94ab3cd493 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Mon, 18 Aug 2025 06:28:58 +0000 Subject: [PATCH] chore: linting --- src/views/DIDView.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/DIDView.vue b/src/views/DIDView.vue index c2a46a4b..a6212ece 100644 --- a/src/views/DIDView.vue +++ b/src/views/DIDView.vue @@ -490,7 +490,8 @@ export default class DIDView extends Vue { message += " Note that they can see your activity, so if you want to hide your activity from them then you should do that first."; } - message += " Note that this will also remove anyone with the same DID underneath."; + message += + " Note that this will also remove anyone with the same DID underneath."; this.notify.confirm(message, async () => { await this.deleteContact(contact); });