mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +01:00
fix billable toggle on time tracker, add billable toggle on time entries row
This commit is contained in:
@@ -61,7 +61,7 @@ const updateTeamName = () => {
|
||||
</div>
|
||||
<div>
|
||||
<Link href="/billing">
|
||||
<PrimaryButton v-if="isBillingActivated()">
|
||||
<PrimaryButton type="button" v-if="isBillingActivated()">
|
||||
<CreditCardIcon class="w-5 h-5 me-2" />
|
||||
Go to Billing
|
||||
</PrimaryButton>
|
||||
|
||||
Reference in New Issue
Block a user