forked from jsnbuchanan/crowd-funder-for-time-pwa
fix more logic for tests (cherry-picked from 83acb028c7)
This commit is contained in:
@@ -320,7 +320,7 @@ export default class GiftedDialog extends Vue {
|
||||
this.fromProjectId,
|
||||
);
|
||||
|
||||
if (!result.success || result.error) {
|
||||
if (!result.success) {
|
||||
const errorMessage = this.getGiveCreationErrorMessage(result);
|
||||
logger.error("Error with give creation result:", result);
|
||||
this.$notify(
|
||||
|
||||
Reference in New Issue
Block a user