prettier formatting warning fixes

This commit is contained in:
Gregor Vostrak
2024-04-23 02:59:17 +02:00
parent f6c51b7122
commit 7dbd358558
4 changed files with 14 additions and 14 deletions

View File

@@ -3,8 +3,7 @@
<CardTitle :title="title" :icon="icon"></CardTitle> <CardTitle :title="title" :icon="icon"></CardTitle>
<div <div
class="rounded-lg bg-card-background border border-card-border flex-1 flex items-stretch"> class="rounded-lg bg-card-background border border-card-border flex-1 flex items-stretch">
<div <div class="w-full flex flex-col">
class="w-full flex flex-col">
<slot></slot> <slot></slot>
</div> </div>
</div> </div>

View File

@@ -88,9 +88,7 @@ const switchToTeam = (team: Organization) => {
Organization Settings Organization Settings
</DropdownLink> </DropdownLink>
<DropdownLink <DropdownLink v-if="isBillingActivated()" href="/billing">
v-if="isBillingActivated()"
href="/billing">
Billing Billing
</DropdownLink> </DropdownLink>

View File

@@ -28,14 +28,16 @@ const deleteTeam = () => {
<ActionSection> <ActionSection>
<template #title> Delete Organization </template> <template #title> Delete Organization </template>
<template #description> Permanently delete this organization. </template> <template #description>
Permanently delete this organization.
</template>
<template #content> <template #content>
<div class="max-w-xl text-sm text-muted"> <div class="max-w-xl text-sm text-muted">
Once a organization is deleted, all of its resources and data will be Once a organization is deleted, all of its resources and data
permanently deleted. Before deleting this organization, please download will be permanently deleted. Before deleting this organization,
any data or information regarding this organization that you wish to please download any data or information regarding this
retain. organization that you wish to retain.
</div> </div>
<div class="mt-5"> <div class="mt-5">

View File

@@ -257,9 +257,9 @@ const displayableRole = (role: string) => {
<template #title> Pending Team Invitations</template> <template #title> Pending Team Invitations</template>
<template #description> <template #description>
These people have been invited to your organization and have been These people have been invited to your organization and have
sent an invitation email. They may join the organization by been sent an invitation email. They may join the
accepting the email invitation. organization by accepting the email invitation.
</template> </template>
<!-- Pending Organization Member Invitation List --> <!-- Pending Organization Member Invitation List -->
@@ -471,7 +471,8 @@ const displayableRole = (role: string) => {
<template #title> Remove Team Member</template> <template #title> Remove Team Member</template>
<template #content> <template #content>
Are you sure you would like to remove this person from the organization? Are you sure you would like to remove this person from the
organization?
</template> </template>
<template #footer> <template #footer>