Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Qin <[email protected]>
ArwenQin committed Jan 28, 2025
1 parent 220c362 commit 143d27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bcros/filing/common/filedAnd/Withdrawn.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<span> {{ $t('text.filing.withdrawn') }} {{ $t('text.filing.on') }}
<BcrosTooltipDate v-if="filing.withdrawnDate" :date="filing.withdrawnDate"/>
<BcrosTooltipDate v-if="filing.withdrawnDate" :date="filing.withdrawnDate" />
<span v-else> Unknown </span>
</span>
<BcrosDivider class="mx-2" />

0 comments on commit 143d27f

Please sign in to comment.