Skip to content

Commit

Permalink
Endrer sjekk for om aksjonspunktikon skal vises (#6649)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvardastark authored Oct 2, 2024
1 parent 8438a4d commit afba163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const SoknadsfristVilkarProsessIndex = ({
active: activeTab === index,
label: `${formatDate(periode.fom)} - ${formatDate(periode.tom)}`,
icon:
(erOverstyrt || harÅpentUløstAksjonspunkt) && vilkarStatus !== vilkårStatus.OPPFYLT ? (
(erOverstyrt || harÅpentUløstAksjonspunkt) && vilkarStatus === vilkårStatus.IKKE_VURDERT ? (
<ExclamationmarkTriangleFillIcon
title="Aksjonspunkt"
fontSize="1.5rem"
Expand Down

0 comments on commit afba163

Please sign in to comment.