-
Notifications
You must be signed in to change notification settings - Fork 6
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
Sikkerhetstiltak additional info [Waiting for Kari's feedback for visual representation] #789
base: master
Are you sure you want to change the base?
Conversation
src/utils/dato-utils.ts
Outdated
if (tiltakBeskrivelse && tiltakBeskrivelse.length > 0) { | ||
tittelVerdi += ': ' + tiltakBeskrivelse; | ||
} | ||
if (tiltakFra && tiltakTil) { |
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.
Why are we checking tiltakFra
when only using tiltakTil
?
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.
first idea was to show also tiltakFra...I will remove it
Co-authored-by: Sondre Ovrid <[email protected]>
Co-authored-by: Sondre Ovrid <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Waiting for Kari to check visual representation for sikkerhetstiltak |
@dragutin-nav Will you check out the code smells too? Especially the critical |
No description provided.