File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/webapp/app/components/primitives Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ export function formatDateTime(
107107 locales : string [ ] ,
108108 includeSeconds : boolean ,
109109 includeTime : boolean ,
110- includeDate : boolean ,
110+ includeDate : boolean = true ,
111111 hour12 : boolean = true
112112) : string {
113113 return new Intl . DateTimeFormat ( locales , {
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ function ChartRootInner({
147147 "h-full w-full" ,
148148 fillContainer && "!aspect-auto" ,
149149 enableZoom &&
150- "[&_.recharts-surface]:cursor-crosshair [&_.recharts-wrapper]:cursor-crosshair"
150+ "[&_.recharts-surface]:cursor-crosshair [&_.recharts-wrapper]:cursor-crosshair"
151151 ) }
152152 style = { fillContainer ? undefined : minHeight ? { minHeight } : undefined }
153153 >
You can’t perform that action at this time.
0 commit comments