Fixed a problem

This commit is contained in:
Tiago Ribeiro
2024-09-02 17:18:53 +01:00
parent b0ab8a8fce
commit 229d93c03e

View File

@@ -169,7 +169,7 @@ const UserCard = ({
} }
: undefined, : undefined,
corporateInformation: corporateInformation:
type === "corporate" type === "corporate" || type === "mastercorporate"
? { ? {
referralAgent, referralAgent,
monthlyDuration, monthlyDuration,