diff --git a/resources/js/Components/Common/Reporting/ReportingRoundingControls.vue b/resources/js/Components/Common/Reporting/ReportingRoundingControls.vue index ba9e1d68..7ca82430 100644 --- a/resources/js/Components/Common/Reporting/ReportingRoundingControls.vue +++ b/resources/js/Components/Common/Reporting/ReportingRoundingControls.vue @@ -20,6 +20,9 @@ import { import { ArrowsUpDownIcon } from '@heroicons/vue/20/solid'; import { computed, ref, watch } from 'vue'; import { twMerge } from 'tailwind-merge'; +import { isAllowedToPerformPremiumAction } from '@/utils/billing'; +import { Link } from '@inertiajs/vue3'; +import { CreditCardIcon } from '@heroicons/vue/20/solid'; // TimeEntryRoundingType definition const TimeEntryRoundingType = { Up: 'up' as const, @@ -150,7 +153,17 @@ const iconClass = computed(() => { -
+
+ Premium + Rounding is a premium feature. Upgrade to unlock this feature. + + + +
+