Skip to content

Commit

Permalink
Fixed spacing line
Browse files Browse the repository at this point in the history
  • Loading branch information
RLCorp committed Sep 23, 2024
1 parent 6c56dfa commit 90ba6c2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ <h2 class="des-header-style-4" id="view-test-result-vehicle-details-title">Vehic
<data-row *ngIf="data.make || data.model" [value]="data.make + ' ' + data.model" [label]="'Make and Model'">
</data-row>

<data-row-custom [centredData]="true" [label]="'MOT Status'">
<data-row-custom
[shouldHaveSeperator]="data.motEvidenceProvided || vehicleDetails"
[centredData]="true"
[label]="'MOT Status'">
<div class="ion-no-padding" *ngIf="!(data?.motStatus)">
<ion-text class="mes-data">{{getNoMOTDataText()}}</ion-text>
</div>
Expand Down

0 comments on commit 90ba6c2

Please sign in to comment.