mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-18 00:49:23 +00:00
♻️ refactor: make the conditional logic to boolean
This commit is contained in:
parent
8a1e84386a
commit
e9f32ff668
@ -289,7 +289,7 @@ export const Calendar = ({
|
||||
<div
|
||||
{...footerProps}
|
||||
className={cn(footer({ className: footerProps?.className }), {
|
||||
'justify-between': value,
|
||||
'justify-between': Boolean(value),
|
||||
})}
|
||||
>
|
||||
{actions ? (
|
||||
|
Loading…
Reference in New Issue
Block a user