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 19ed966 commit 6e226cdCopy full SHA for 6e226cd
resources/js/Pages/ReportingShared.vue
@@ -115,11 +115,11 @@ watch(currentPage, () => {
115
</div>
116
117
<ReportTable
118
- v-if="reports"
119
- :reports="reports"
120
- show-billable-rate=""></ReportTable>
+ v-if="reports.length > 0 || isAllowedToPerformPremiumAction()"
+ :reports="reports"></ReportTable>
121
122
<PaginationRoot
123
:total="totalPages"
124
:items-per-page="pageLimit"
125
class="flex justify-center items-center py-8"
0 commit comments