diff --git a/src/app/WardrobePage/Item.js b/src/app/WardrobePage/Item.js index 32c7cf3..984a595 100644 --- a/src/app/WardrobePage/Item.js +++ b/src/app/WardrobePage/Item.js @@ -9,7 +9,6 @@ import { Skeleton, Tooltip, Wrap, - useColorMode, useColorModeValue, useTheme, } from "@chakra-ui/core"; @@ -94,10 +93,18 @@ function Item({ )} {occupiedZoneLabels.map((zoneLabel) => ( - + ))} {restrictedZoneLabels.map((zoneLabel) => ( - + ))} @@ -221,7 +228,6 @@ function ItemContainer({ children, isDisabled = false }) { */ function ItemThumbnail({ src, isWorn, isDisabled }) { const theme = useTheme(); - const colorMode = useColorMode(); const borderColor = useColorModeValue( theme.colors.green["700"],