Skip to content

Commit

Permalink
fix: ProblemStagePageNationContainer lint 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KyuTae98 committed May 10, 2024
1 parent 7fd613f commit 66f7766
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ interface ProblemStagePageNationContainerType {
}

const ProblemStagePageNationContainer: React.FC<ProblemStagePageNationContainerType> = ({
totalElement,
totalStages
}) => {
totalElement,
totalStages
}) => {
return (
<div
className="flex items-center justify-between px-6 h-14 border-t-problemStageLi-borderWidth border-problemStageLi-color">
Expand Down

0 comments on commit 66f7766

Please sign in to comment.