Skip to content

Commit

Permalink
fix hardcoded value
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnlaugurG committed Sep 30, 2024
1 parent 20cf66b commit 482841d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const AccessDeleteModal = ({
/>
)}
</Box>
{delegation?.type === 'GeneralMandate' ? (
{delegation?.type === AuthDelegationType.GeneralMandate ? (
<IdentityCard
label={formatMessage(m.domain)}
title={formatMessage(m.delegationTypeGeneralMandate)}
Expand Down

0 comments on commit 482841d

Please sign in to comment.