Skip to content

Commit

Permalink
인증 브리더만 보기 default 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bkks1004 committed Sep 14, 2023
1 parent e7dfc1c commit bb1fbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/mypage/breeders/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Title = styled.p`
export default function Breeders() {
const SIZE = 8 as const;
const [page, setPage] = useState(1);
const [verification, setVerification] = useState(true);
const [verification, setVerification] = useState(false);
const [breeders, setBreeders] = useState<IBreeder[]>([]);
const [pageInfo, setPageInfo] = useState<Page>({
totalPages: 0,
Expand Down

0 comments on commit bb1fbe9

Please sign in to comment.