diff --git a/src/components/common/Tab/index.tsx b/src/components/common/Tab/index.tsx index 8036d41..6d152ce 100644 --- a/src/components/common/Tab/index.tsx +++ b/src/components/common/Tab/index.tsx @@ -10,7 +10,7 @@ type Props = { export default function Tab({ text, isActive = false, onClick }: Props) { return (