♻️ refactor: make the conditional logic to boolean
This commit is contained in:
parent
8a1e84386a
commit
e9f32ff668
@ -289,7 +289,7 @@ export const Calendar = ({
|
|||||||
<div
|
<div
|
||||||
{...footerProps}
|
{...footerProps}
|
||||||
className={cn(footer({ className: footerProps?.className }), {
|
className={cn(footer({ className: footerProps?.className }), {
|
||||||
'justify-between': value,
|
'justify-between': Boolean(value),
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
{actions ? (
|
{actions ? (
|
||||||
|
Loading…
Reference in New Issue
Block a user