refine tasks & an error message

This commit is contained in:
2023-12-04 17:27:36 -07:00
parent a7fbbbd4cd
commit 276d8b2f19
2 changed files with 5 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ export default class ContactQRScanShow extends Vue {
if (!identity) {
throw new Error(
"Attempted to load Give records with no identity available.",
"Attempted to show contact info with no identity available.",
);
}
return identity;