Skip to content

Commit

Permalink
feat: reviewId type 에러 수정(#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonncho committed Mar 2, 2023
1 parent 66930e1 commit 4904995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Home/BlockList/DiaryButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import qs from 'query-string'

interface Props {
date: string
reviewId?: number
reviewId?: number | null
}

const DiaryButton = ({ date, reviewId }: Props) => {
Expand Down

0 comments on commit 4904995

Please sign in to comment.