diff --git a/src/routes/CreateNewTeam/components/NoMatchingProfilesResultCard/index.jsx b/src/routes/CreateNewTeam/components/NoMatchingProfilesResultCard/index.jsx index e612d1e1..170b9756 100644 --- a/src/routes/CreateNewTeam/components/NoMatchingProfilesResultCard/index.jsx +++ b/src/routes/CreateNewTeam/components/NoMatchingProfilesResultCard/index.jsx @@ -25,12 +25,18 @@ function NoMatchingProfilesResultCard({ role }) { We will be looking internally for members matching your requirements and be back at them in about 2 weeks.

- {role && ( + {role.rates && role.name ? (

{role.name} Rate

{formatMoney(role.rates[0].global)}

/Week

+ ) : ( +
+

Custom Rate

+

$1,200

+

/Week

+
)}