bugs fixed

This commit is contained in:
Komek Hayytnazarov 2022-12-13 15:48:19 +05:00
parent 6490f5d26c
commit 839414f0cc
1 changed files with 2 additions and 2 deletions

View File

@ -132,10 +132,10 @@
<!-- End column -->
</div>
</div>
<div v-if="!legalNumber" class="flex flex-row items-center p-5">
<!-- <div v-if="!legalNumber" class="flex flex-row items-center p-5">
<InfoIcon class="w-6 h-6 w-14 text-danger mr-4" />
<span class="font-medium text-danger">{{ $t('LEG_WARN_INFO') }}</span>
</div>
</div> -->
</PreviewComponent>
</div>
<!-- END: Legalization -->