Skip to content

Commit

Permalink
fix rank 99
Browse files Browse the repository at this point in the history
  • Loading branch information
vilderoxan committed Jan 8, 2024
1 parent 6e168ef commit 3b67066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/rammeavtale/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default async function AgreementsInfoPage() {
<BodyLong>Er på avtale med NAV, og er rangert som nr 4 på sin delkontrakt.</BodyLong>
</div>
<div className="agreement-page__icon-container">
<AgreementIcon rank={null} />
<AgreementIcon rank={99} />
<BodyLong>Er på avtale med NAV uten rangering.</BodyLong>
</div>
</div>
Expand Down

0 comments on commit 3b67066

Please sign in to comment.