forked from trent_larson/crowd-funder-for-time-pwa
More cleanup and application of new db loading
This commit is contained in:
@@ -578,7 +578,7 @@ export default class ContactsView extends Vue {
|
||||
}
|
||||
|
||||
async onClickAddGive(fromDid: string, toDid: string): Promise<void> {
|
||||
const identity = this.getIdentity(this.activeDid);
|
||||
const identity = await this.getIdentity(this.activeDid);
|
||||
|
||||
// if they have unconfirmed amounts, ask to confirm those first
|
||||
if (toDid == identity?.did && this.givenToMeUnconfirmed[fromDid] > 0) {
|
||||
|
||||
Reference in New Issue
Block a user