forked from trent_larson/crowd-funder-for-time-pwa
chore: linting
This commit is contained in:
@@ -490,7 +490,8 @@ export default class DIDView extends Vue {
|
|||||||
message +=
|
message +=
|
||||||
" Note that they can see your activity, so if you want to hide your activity from them then you should do that first.";
|
" 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 () => {
|
this.notify.confirm(message, async () => {
|
||||||
await this.deleteContact(contact);
|
await this.deleteContact(contact);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user