[IntroPanel] 수정

Detail Notes :

1. Warning 제거
This commit is contained in:
younghoon100.park
2024-02-20 15:23:05 +09:00
parent b7fa36c285
commit 6bdd51cdeb

View File

@@ -10,10 +10,10 @@ import { popPanel } from "../../actions/panelActions";
import TButton, { TYPES } from "../../components/TButton/TButton";
import TPanel from "../../components/TPanel/TPanel";
import TPopUp from "../../components/TPopUp/TPopUp";
import useDebugKey from "../../hooks/useDebugKey";
import * as Config from "../../utils/Config";
import { $L } from "../../utils/helperMethods";
import css from "./IntroPanel.module.less";
import useDebugKey from '../../hooks/useDebugKey';
const Container = SpotlightContainerDecorator(
{ enterTo: "last-focused" },
@@ -21,6 +21,9 @@ const Container = SpotlightContainerDecorator(
);
export default function IntroPanel({ children, ...rest }) {
delete rest.isTabActivated;
delete rest.panelInfo;
const dispatch = useDispatch();
useDebugKey({});
const termsData = useSelector((state) => state.home.termsData);