-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fiks kalender #4771
Fiks kalender #4771
Conversation
en: { ...enMessages, ...uiMessages.en }, | ||
nb: { ...nbMessages, ...uiMessages.nb, ...uttaksplanKalenderMessages.nb, ...nyUttaksplanMessages.nb }, | ||
nn: { ...nnMessages, ...uiMessages.nn, ...uttaksplanKalenderMessages.nn, ...nyUttaksplanMessages.nn }, | ||
en: { ...enMessages, ...uiMessages.en, ...uttaksplanKalenderMessages.en }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ser ut som du må få på plass engelsk i uttaksplanen òg :)
apps/planlegger/src/steps/oppsummering/expansion-cards/OppsummeringHarRett.tsx
Show resolved
Hide resolved
}); | ||
const barnehageperiode = { fom: barnehagestartdato, tom: barnehagestartdato, color: PeriodeColor.PURPLE } as Period; | ||
|
||
const res = unikePerioder.reduce((acc, periode) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dette vart komplekst. Du kan ikkje heller setta inn barnehagedatoen på same måte som familiehendelsesdato, og heller bruka den gamle map-funksjonen her
Quality Gate passedIssues Measures |
No description provided.