fixed unmounted component update error

This commit is contained in:
Carter 2025-03-18 12:41:35 -06:00
parent 65eeb9e8b4
commit 3e1e65ad88
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,6 @@ import MineDarkIcon from "assets/components/mineIconDark.png";
import MineLightIcon from "assets/components/mineIconLight.png";
import { ImgIcon } from "common/ImgIcon";
import { useThemeType } from "hooks";
import React from "react";
interface Props {
type?: "light" | "dark";

View file

@ -2,7 +2,6 @@ import VentilationDarkIcon from "assets/products/ventilation/ventIconDark.png";
import VentilationLightIcon from "assets/products/ventilation/ventIconLight.png";
import { ImgIcon } from "common/ImgIcon";
import { useThemeType } from "hooks";
import React from "react";
interface Props {
type?: "light" | "dark";