Skip to content

Commit

Permalink
chore: adds default value for keygen threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
devpavan04 committed Oct 5, 2023
1 parent bac54ff commit fadde0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/stats-dapp/src/containers/KeyDetail/KeyDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export const KeyDetail = forwardRef<HTMLDivElement, KeyDetailProps>(
)}
>
<Typography variant="h4" fw="bold" className="block">
{keyDetail.keyGenThreshold}
{keyDetail.keyGenThreshold ?? '--'}
</Typography>
<Typography variant="body1" fw="bold" className="block">
Keygen Threshold
Expand Down

0 comments on commit fadde0d

Please sign in to comment.