mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-02-18 06:16:34 +00:00
display all pledges in pledges view
This commit is contained in:
parent
d040b8835c
commit
312396f8e3
@ -79,7 +79,7 @@ query Profile($id: ID!) {
|
||||
pledgesInfos {
|
||||
...PledgesInfoFields
|
||||
}
|
||||
pledges(where: {amount_gt: 0, pledgeState_lt: 1}) {
|
||||
pledges(where: {amount_gt: 0}) {
|
||||
...PledgeFields
|
||||
}
|
||||
projectInfo {
|
||||
|
Loading…
x
Reference in New Issue
Block a user