[IntroPanel] 수정
Detail Notes : 1. Warning 제거
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user