Skip to content

Commit

Permalink
fix: manual traitement (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
OverGlass authored Jul 1, 2024
1 parent 1332885 commit 12994bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default function MandatePersonCard(props: MandatePersonCardProps) {
{(([MandatePersonCardType.MATCHED_MANDANT, MandatePersonCardType.MATCHED_PROXY].includes(props.type) &&
x.manual) ||
([MandatePersonCardType.MATCH_PROXY].includes(props.type) && !props.roundId && !x.proxy?.length)) && (
<Grid item xs={12} sx={{ mb: 2 }}>
<Grid item xs={12} sx={{ mb: 2, ...pastStyle(x.round) }}>
<MandatePersonCardStateManual {...props} currentSlot={x} />
</Grid>
)}
Expand Down

0 comments on commit 12994bb

Please sign in to comment.