mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
prettier formatting warning fixes
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
<CardTitle :title="title" :icon="icon"></CardTitle>
|
||||
<div
|
||||
class="rounded-lg bg-card-background border border-card-border flex-1 flex items-stretch">
|
||||
<div
|
||||
class="w-full flex flex-col">
|
||||
<div class="w-full flex flex-col">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -88,9 +88,7 @@ const switchToTeam = (team: Organization) => {
|
||||
Organization Settings
|
||||
</DropdownLink>
|
||||
|
||||
<DropdownLink
|
||||
v-if="isBillingActivated()"
|
||||
href="/billing">
|
||||
<DropdownLink v-if="isBillingActivated()" href="/billing">
|
||||
Billing
|
||||
</DropdownLink>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user