We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afacda commit 5bc8d85Copy full SHA for 5bc8d85
1 file changed
app/components/Package/VersionDistribution.vue
@@ -250,7 +250,7 @@ const xAxisLabels = computed(() => {
250
tooltip-position="right"
251
:tooltip-teleport-to="inModal ? '#chart-modal' : undefined"
252
justify="start"
253
- :class="{ 'opacity-50 pointer-events-none': pending }"
+ :class="pending ? 'opacity-50 pointer-events-none' : ''"
254
/>
255
</div>
256
0 commit comments