Skip to content

Commit

Permalink
fix: título de modal de equipamento
Browse files Browse the repository at this point in the history
  • Loading branch information
JPedroCh committed Jul 10, 2023
1 parent 20b523b commit a58d719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/equipment-view-modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function EquipmentViewModal({
}: EquipmentViewModalProps) {
return (
<Modal
title={`Equipamento: ${selectedEquipment?.type} ${selectedEquipment?.brand.name} `}
title={`Equipamento: ${selectedEquipment?.type?.name} ${selectedEquipment?.brand.name} `}
isOpen={isOpen}
onClose={onClose}
size="6xl"
Expand Down

0 comments on commit a58d719

Please sign in to comment.