diff --git a/src/app/useOutfitState.js b/src/app/useOutfitState.js index c71ebd6..c4e2a7c 100644 --- a/src/app/useOutfitState.js +++ b/src/app/useOutfitState.js @@ -50,6 +50,9 @@ function useOutfitState() { } } } + + # NOTE: We skip this query if items is empty for perf reasons. If + # you're adding more fields, consider changing that condition! } ${itemAppearanceFragment} `,