fixed unmounted component update error
This commit is contained in:
parent
65eeb9e8b4
commit
3e1e65ad88
3 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue