Skip to content

Commit 846be4d

Browse files
committed
fix : ButtonLayout 타입 수정
1 parent 1cd7260 commit 846be4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/ButtonLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import "../Button.css";
33
import { SelectedTitle } from "../data/SelectedConstant";
44

55
interface ButtonLayoutProps {
6-
setSelectedChart: (chart: number) => void;
6+
setSelectedChart: (chart: SelectedTitle) => void;
77
}
88

99
const ButtonLayout = ({ setSelectedChart }: ButtonLayoutProps) => {

0 commit comments

Comments
 (0)