Skip to content

Commit 18d30b3

Browse files
committed
Lint
1 parent b49a477 commit 18d30b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/src/routes/_account.plan.index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ export const query = queryOptions({
2525

2626
export const Route = createFileRoute("/_account/plan/")({
2727
loader: async ({ context }) => {
28-
const { siteConfig: { planManagementIframeUri } } =
29-
await context.queryClient.ensureQueryData(query);
28+
const {
29+
siteConfig: { planManagementIframeUri },
30+
} = await context.queryClient.ensureQueryData(query);
3031

31-
if (!planManagementIframeUri)
32-
throw redirect({ to: "/", replace: true });
32+
if (!planManagementIframeUri) throw redirect({ to: "/", replace: true });
3333

3434
preload(planManagementIframeUri, { as: "document" });
3535
},

0 commit comments

Comments
 (0)