Skip to content

Commit

Permalink
Update fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
handsomejeongwoo committed Sep 5, 2023
1 parent d229474 commit 9455980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/components/PaginationController/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import { PaginationIcon } from 'ui/assets';

import * as S from './style';

interface PageNationControllerProps {
interface PagiNationControllerProps {
/** 1 ~ totalPages */
pageNumber: number;
totalPages: number;
}

const PaginationController: React.FC<PageNationControllerProps> = ({
const PaginationController: React.FC<PagiNationControllerProps> = ({
pageNumber,
totalPages,
}) => {
Expand Down

0 comments on commit 9455980

Please sign in to comment.