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 c879cb3 commit c2faa56Copy full SHA for c2faa56
apps/frontend/src/pages/dashboard/revenue/index.vue
@@ -116,7 +116,7 @@
116
<nuxt-link class="text-link" to="/legal/cmp-info">Reward Program</nuxt-link>.</span
117
>
118
</div>
119
- <div class="flex flex-col gap-4">
+ <div class="flex flex-col gap-4" v-if="sortedPayouts.length > 0">
120
<div class="flex flex-row justify-between">
121
<span class="text-3xl font-semibold text-contrast">Transactions</span>
122
<nuxt-link
0 commit comments