Skip to content

Commit 5bc8d85

Browse files
committed
chore: fix class types
1 parent 7afacda commit 5bc8d85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/VersionDistribution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ const xAxisLabels = computed(() => {
250250
tooltip-position="right"
251251
:tooltip-teleport-to="inModal ? '#chart-modal' : undefined"
252252
justify="start"
253-
:class="{ 'opacity-50 pointer-events-none': pending }"
253+
:class="pending ? 'opacity-50 pointer-events-none' : ''"
254254
/>
255255
</div>
256256

0 commit comments

Comments
 (0)