fix back button to rewards again

This commit is contained in:
keyan 2024-03-02 11:48:11 -06:00
parent fb1281dfd2
commit f305013aaf

View File

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