Skip to content

Commit

Permalink
fix(TransporterInfoEditForm): show plate modification when there is n…
Browse files Browse the repository at this point in the history
…o transport mode (#3395)
  • Loading branch information
silto authored Jun 7, 2024
1 parent fecf12c commit e43cb11
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ const TransporterInfoEditForm = ({
}}
/>

{currentTransporter.transporterMode === TransportMode.Road ? (
{currentTransporter.transporterMode === TransportMode.Road ||
!currentTransporter.transporterMode ? (
<div className="transporterInfoEditForm__plates">
<TagsInput
label="Immatriculations"
Expand Down

0 comments on commit e43cb11

Please sign in to comment.