Skip to content

Commit

Permalink
fix: idem
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Angeles committed May 6, 2024
1 parent faefb12 commit a1d59ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Label/Label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const Label = (props: Props) =>{
backgroundColor: '#FFF6E5',
text: 'En proceso'
}
case 'pending-remittance':
case 'pending_remittance':
return{
color: '#0000008F',
backgroundColor: '#F2F2F2',
Expand Down

0 comments on commit a1d59ed

Please sign in to comment.