File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 919919 }
920920 }
921921
922- $: if (startDate && showTimePicker && ! initialize) {
922+ $: if (showTimePicker && ! initialize) {
923923 startDateTime = getHoursAndMinutes (startDate);
924924 endDateTime = getHoursAndMinutes (endDate);
925925 initialize = true ;
972972 < / button>
973973 < / header>
974974
975- {#if showTimePicker && startDate }
975+ {#if showTimePicker}
976976 < div class = " timepicker" class: show= {isRange && ! isMultipane}>
977977 < input type= " time" bind: value= {startDateTime} on: input= {() => (startDate = updateTime (' start' , startDate))} / >
978978
10521052 < / button>
10531053 < / header>
10541054
1055- {#if showTimePicker && startDate && endDate }
1055+ {#if showTimePicker}
10561056 < div class = " timepicker" >
10571057 < input type= " time" bind: value= {endDateTime} on: input= {() => (endDate = updateTime (' end' , endDate))} / >
10581058 < / div>
You can’t perform that action at this time.
0 commit comments