forked from jsnbuchanan/crowd-funder-for-time-pwa
Cleaned up messages and improved the accountsDB lookups
This commit is contained in:
@@ -184,7 +184,7 @@ export default class ProjectViewView extends Vue {
|
||||
|
||||
if (!identity) {
|
||||
throw new Error(
|
||||
"Attempted to load Give records with no identity available.",
|
||||
"Attempted to load project records with no identity available.",
|
||||
);
|
||||
}
|
||||
return identity;
|
||||
|
||||
Reference in New Issue
Block a user