Skip to content
Snippets Groups Projects
Commit ff479708 authored by lass's avatar lass
Browse files

Format changes with prettier

parent c41e92bc
No related branches found
No related tags found
1 merge request!394Greg 334 tom sluttdato
Pipeline #183394 passed
......@@ -128,7 +128,7 @@ function NewGuestRole({ guest, reloadGuestInfo }: NewGuestRoleProps) {
const [roleTypeChoice, setRoleTypeChoice] = useState<string>('')
const [t, i18n] = useTranslation('common')
const today = new Date()
const [endDate, setEndDate] = useState<Date|null>(null)
const [endDate, setEndDate] = useState<Date | null>(null)
const [maxDate, setMaxDate] = useState(today)
const todayPlusMaxDays = (roleTypeId?: number) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment