From 7dbd3585588bdfdec627baef11b64839cf923e69 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Tue, 23 Apr 2024 02:59:17 +0200 Subject: [PATCH] prettier formatting warning fixes --- resources/js/Components/Dashboard/DashboardCard.vue | 3 +-- resources/js/Components/OrganizationSwitcher.vue | 4 +--- resources/js/Pages/Teams/Partials/DeleteTeamForm.vue | 12 +++++++----- .../js/Pages/Teams/Partials/TeamMemberManager.vue | 9 +++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/js/Components/Dashboard/DashboardCard.vue b/resources/js/Components/Dashboard/DashboardCard.vue index 688cb384..e492657f 100644 --- a/resources/js/Components/Dashboard/DashboardCard.vue +++ b/resources/js/Components/Dashboard/DashboardCard.vue @@ -3,8 +3,7 @@
-
+
diff --git a/resources/js/Components/OrganizationSwitcher.vue b/resources/js/Components/OrganizationSwitcher.vue index 05e916da..dc1630cd 100644 --- a/resources/js/Components/OrganizationSwitcher.vue +++ b/resources/js/Components/OrganizationSwitcher.vue @@ -88,9 +88,7 @@ const switchToTeam = (team: Organization) => { Organization Settings - + Billing diff --git a/resources/js/Pages/Teams/Partials/DeleteTeamForm.vue b/resources/js/Pages/Teams/Partials/DeleteTeamForm.vue index 72c9370b..7af58373 100644 --- a/resources/js/Pages/Teams/Partials/DeleteTeamForm.vue +++ b/resources/js/Pages/Teams/Partials/DeleteTeamForm.vue @@ -28,14 +28,16 @@ const deleteTeam = () => { - +