Merge pull request #50 from Safelite/brm-remove-unneeded-row

Remove unneeded row.
This commit is contained in:
bmauger 2021-11-17 09:39:14 -05:00 committed by GitHub
commit 07b1e7bf89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,16 +128,6 @@
/>
</div>
</div>
<div class="my-3">
<div class="select-car">
<div class="select-car-form">
<radioQuestion
questionText="What year is your vehicle?"
:answers="this.years"
/>
</div>
</div>
</div>
</div>
</template>