feat(admin): Fix lint

This commit is contained in:
Mateusz Michałowski 2024-07-25 15:51:43 +02:00
parent 910ee9f01f
commit f1b5601289
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
</template>
</BTable>
<BModal id="qr-link-modal" v-model="qrLinkModal" ref="my-modal" ok-only hide-header-close>
<BModal id="qr-link-modal" ref="my-modal" v-model="qrLinkModal" ok-only hide-header-close>
<BCard header-tag="header" footer-tag="footer">
<template #header>
<h6 class="mb-0">{{ modalData ? modalData.name : '' }}</h6>

View File

@ -77,7 +77,7 @@
{{ $n(parseFloat(props.statistics.totalGradidoUnbookedDecayed), 'decimal') }}
{{ $t('GDD') }}
</BTd>
<BTd class="text-right"> {{ props.statistics.totalGradidoUnbookedDecayed }} </BTd>
<BTd class="text-right">{{ props.statistics.totalGradidoUnbookedDecayed }}</BTd>
</BTr>
</BTbody>
</BTableSimple>

View File

@ -5,8 +5,8 @@
<BButton
:animation="animation"
data-test="federation-communities-refresh-btn"
@click="refetch"
font-scale="2"
@click="refetch"
>
<IBiArrowClockwise />
<!-- <b-icon-->