fix back button to rewards again

This commit is contained in:
keyan 2024-03-02 11:48:11 -06:00
parent fb1281dfd2
commit f305013aaf
1 changed files with 5 additions and 5 deletions

View File

@ -38,14 +38,14 @@ const REWARDS_FULL = gql`
id
name
photoId
ncomments(when: $when, from: $from, to: $to)
nposts(when: $when, from: $from, to: $to)
ncomments
nposts
optional {
streak
stacked(when: $when, from: $from, to: $to)
spent(when: $when, from: $from, to: $to)
referrals(when: $when, from: $from, to: $to)
stacked
spent
referrals
}
}
}