forked from jsnbuchanan/crowd-funder-for-time-pwa
add copy-paste icon next to non-anonymous, non-hidden DIDs on details page
This commit is contained in:
@@ -800,7 +800,7 @@ export default class ProjectViewView extends Vue {
|
||||
claimType: "GiveAction",
|
||||
issuer: give.agentDid,
|
||||
};
|
||||
return libsUtil.giveRecordTheUserCanConfirm(giveDetails, this.activeDid);
|
||||
return libsUtil.isGiveRecordTheUserCanConfirm(giveDetails, this.activeDid);
|
||||
}
|
||||
|
||||
// similar code is found in ClaimView
|
||||
|
||||
Reference in New Issue
Block a user