Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Sep 17, 2024
1 parent a818d62 commit 21566ba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2087,8 +2087,7 @@ function Funding(props: {
?.matchingCap !== true
}
checked={
!props.editedRound?.roundMetadata?.quadraticFundingConfig
?.matchingCap ?? false
!props.editedRound?.roundMetadata?.quadraticFundingConfig?.matchingCap
}
onChange={(e) => {
props.resetField(
Expand Down

0 comments on commit 21566ba

Please sign in to comment.