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:
Emi Matchu 2021-01-05 06:45:27 +00:00
parent 12b357fad9
commit 20f3ca75b0

View file

@ -33,6 +33,7 @@ function UserOutfitsPageContent() {
gql`
query UserOutfitsPageContent($size: LayerImageSize) {
currentUser {
id
outfits {
id
name