forked from jsnbuchanan/crowd-funder-for-time-pwa
show a 'give' button directly on offers in the ProjectView
This commit is contained in:
@@ -76,6 +76,8 @@ export interface GiveServerRecord {
|
||||
export interface OfferServerRecord {
|
||||
amount: number;
|
||||
amountGiven: number;
|
||||
fullClaim: OfferVerifiableCredential;
|
||||
handleId: string;
|
||||
offeredByDid: string;
|
||||
recipientDid: string;
|
||||
requirementsMet: boolean;
|
||||
|
||||
Reference in New Issue
Block a user