You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove unnecessary condition & fix type error
isDateFuture is already being called to conditionally render the block of code. It seems unnecessary to have another isDateFuture check inside the block as it will always resolve to true as long as the block is rendered.
0 commit comments