fix visibility after adding contact, and some messaging

This commit is contained in:
2024-01-15 12:06:33 -07:00
parent 6ab4c40fd0
commit 32c9076c39
6 changed files with 20 additions and 11 deletions

View File

@@ -166,7 +166,7 @@ export default class OfferDialog extends Vue {
if (!identity) {
throw new Error(
"Attempted to load Offer records for DID ${activeDid} but no identifier was found",
`Attempted to load Offer records for DID ${activeDid} but no identifier was found`,
);
}
return identity;