Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Layouwen committed Oct 23, 2024
1 parent 22c0b38 commit 1d14032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export const CalendarPickerView = forwardRef<
}

const renderBottom = () => {
if (!props.renderBottom !== false) return null
if (props.renderBottom === false) return null

return (
<div className={`${classPrefix}-cell-bottom`}>
Expand Down

0 comments on commit 1d14032

Please sign in to comment.