fix caching on Your Outfits page
Oh right, we can't cache objects well when they're missing their ID! Before this change, selecting an outfit then navigating back would require the outfits to reload. Now, they stay!
This commit is contained in:
parent
12b357fad9
commit
20f3ca75b0
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ function UserOutfitsPageContent() {
|
||||||
gql`
|
gql`
|
||||||
query UserOutfitsPageContent($size: LayerImageSize) {
|
query UserOutfitsPageContent($size: LayerImageSize) {
|
||||||
currentUser {
|
currentUser {
|
||||||
|
id
|
||||||
outfits {
|
outfits {
|
||||||
id
|
id
|
||||||
name
|
name
|
||||||
|
|
Loading…
Reference in a new issue