Skip to content

Commit

Permalink
remove 'Não informado' from JobCard
Browse files Browse the repository at this point in the history
  • Loading branch information
ocodista committed Sep 24, 2024
1 parent baeccfe commit 45c8b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/components/PTBRRolePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const PTBRRolePage = ({ role }) => {
{
icon: <DollarSign className="text-indigo-600" />,
label: 'Salário',
value: role.salary || 'Não informado',
value: role.salary || '',
},
{
icon: <Calendar className="text-indigo-600" />,
Expand Down

0 comments on commit 45c8b41

Please sign in to comment.