diff --git a/apps/dokploy/components/dashboard/onboarding/steps/plan-step.tsx b/apps/dokploy/components/dashboard/onboarding/steps/plan-step.tsx
index 1f563854f..3524332ca 100644
--- a/apps/dokploy/components/dashboard/onboarding/steps/plan-step.tsx
+++ b/apps/dokploy/components/dashboard/onboarding/steps/plan-step.tsx
@@ -26,7 +26,8 @@ export const PlanStep = ({ onNext }: Props) => {
const { data } = api.stripe.getProducts.useQuery();
const { mutateAsync: createCheckoutSession } =
api.stripe.createCheckoutSession.useMutation();
- const { mutateAsync: startFreeTrial } = api.stripe.startFreeTrial.useMutation();
+ const { mutateAsync: startFreeTrial } =
+ api.stripe.startFreeTrial.useMutation();
const utils = api.useUtils();
const handleCheckout = async (tier: "hobby" | "startup") => {
@@ -95,17 +96,19 @@ export const PlanStep = ({ onNext }: Props) => {
No card required — cancel anytime.