diff --git a/src/app/WardrobePage/support/ItemSupportAppearanceLayerModal.js b/src/app/WardrobePage/support/ItemLayerSupportModal.js similarity index 96% rename from src/app/WardrobePage/support/ItemSupportAppearanceLayerModal.js rename to src/app/WardrobePage/support/ItemLayerSupportModal.js index 2c022fd..b635985 100644 --- a/src/app/WardrobePage/support/ItemSupportAppearanceLayerModal.js +++ b/src/app/WardrobePage/support/ItemLayerSupportModal.js @@ -30,7 +30,11 @@ import useOutfitAppearance, { } from "../../components/useOutfitAppearance"; import useSupportSecret from "./useSupportSecret"; -function ItemSupportAppearanceLayerModal({ +/** + * ItemLayerSupportModal offers Support info and tools for a specific item + * appearance layer. Open it by clicking a layer from ItemSupportDrawer. + */ +function ItemLayerSupportModal({ item, itemLayer, outfitState, @@ -166,7 +170,7 @@ function ItemSupportAppearanceLayerModal({ - -