Updated timeFormat to something more sensible
This commit is contained in:
		
							parent
							
								
									24a8440111
								
							
						
					
					
						commit
						78451a98b1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -28,7 +28,7 @@ export default function Type(props) { | |||
|   const [selectedDate, setSelectedDate] = useState<Dayjs>(); | ||||
|   const [selectedMonth, setSelectedMonth] = useState(dayjs().month()); | ||||
|   const [isTimeOptionsOpen, setIsTimeOptionsOpen] = useState(false); | ||||
|   const [timeFormat, setTimeFormat] = useState('hh:mm'); | ||||
|   const [timeFormat, setTimeFormat] = useState('h:mma'); | ||||
|   const telemetry = useTelemetry(); | ||||
| 
 | ||||
|   useEffect(() => { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Alex van Andel
						Alex van Andel