diff --git a/billing/src/components/AppSidebar.vue b/billing/src/components/AppSidebar.vue
index cfa36156b3..6c7fa1a3ed 100644
--- a/billing/src/components/AppSidebar.vue
+++ b/billing/src/components/AppSidebar.vue
@@ -97,7 +97,7 @@ async function openSupport() {
'frappe.integrations.frappe_providers.frappecloud_billing.api',
{
method: 'site.get_first_support_plan',
- },
+ }
)
if (!supportPlan) return
let currency = team.data.currency == 'INR' ? '₹' : '$'
diff --git a/billing/src/components/UserDropdown.vue b/billing/src/components/UserDropdown.vue
index b9f4494d0b..a711bd4b73 100644
--- a/billing/src/components/UserDropdown.vue
+++ b/billing/src/components/UserDropdown.vue
@@ -8,7 +8,7 @@