Skip to content

Commit d17f570

Browse files
committed
lint.
1 parent 0bf2070 commit d17f570

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

src/lib/components/organizationUsageLimits.svelte

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,10 @@
262262
{#if showSelectProject}
263263
<Modal bind:show={showSelectProject} title="Manage projects" onSubmit={updateSelected}>
264264
<svelte:fragment slot="description">
265-
Choose which {freePlanLimits.projects} projects to keep. Projects over the limit will be blocked
266-
after your billing cycle ends on {toLocaleDate($organization.billingNextInvoiceDate)}.
265+
Choose which {freePlanLimits.projects} projects to keep. Projects over the limit will be
266+
blocked after your billing cycle ends on {toLocaleDate(
267+
$organization.billingNextInvoiceDate
268+
)}.
267269
</svelte:fragment>
268270

269271
{#if error}

src/routes/(console)/organization-[organization]/change-plan/+page.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@
382382
{:else}
383383
After switching plans,
384384
<b
385-
>you will be charged {price} monthly for {extraMembers} team members.</b>
385+
>you will be charged {price} monthly for {extraMembers} team
386+
members.</b>
386387
This will be reflected in your next invoice.
387388
{/if}
388389
</Alert.Inline>

src/routes/(console)/project-[region]-[project]/auth/templates/emailSignature.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
</svelte:fragment>
5050
<svelte:fragment slot="title"
5151
>Upgrade to remove {resolvedProfile.platform} branding</svelte:fragment>
52-
Upgrade to a {nextTier} plan to remove the {resolvedProfile.platform} branding from your emails.
52+
Upgrade to a {nextTier} plan to remove the {resolvedProfile.platform} branding from your
53+
emails.
5354

5455
<svelte:fragment let:source slot="cta">
5556
<Button

src/routes/(console)/project-[region]-[project]/databases/database-[database]/settings/+page.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100

101101
<CardGrid>
102102
<svelte:fragment slot="title">Delete database</svelte:fragment>
103-
The database will be permanently deleted, including all tables within it. This action is irreversible.
103+
The database will be permanently deleted, including all tables within it. This action is
104+
irreversible.
104105
<svelte:fragment slot="aside">
105106
<BoxAvatar>
106107
<svelte:fragment slot="title">

0 commit comments

Comments
 (0)