From 9bd0d92ca795dbf822fe86b5b5325260178ad586 Mon Sep 17 00:00:00 2001 From: Michael Silva Date: Wed, 8 Jan 2025 17:25:43 -0500 Subject: [PATCH] fmt --- .../app/(app)/apis/[apiId]/keys/[keyAuthId]/new/client.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dashboard/app/(app)/apis/[apiId]/keys/[keyAuthId]/new/client.tsx b/apps/dashboard/app/(app)/apis/[apiId]/keys/[keyAuthId]/new/client.tsx index edf594a53..9f3b84648 100644 --- a/apps/dashboard/app/(app)/apis/[apiId]/keys/[keyAuthId]/new/client.tsx +++ b/apps/dashboard/app/(app)/apis/[apiId]/keys/[keyAuthId]/new/client.tsx @@ -116,9 +116,9 @@ export const CreateKey = ({ apiId, keyAuthId, defaultBytes, defaultPrefix }: Pro refill: refill?.amount && refill.interval !== "none" ? { - amount: refill.amount, - refillDay: refill.interval === "daily" ? null : refill.refillDay ?? 1, - } + amount: refill.amount, + refillDay: refill.interval === "daily" ? null : refill.refillDay ?? 1, + } : undefined, enabled: true, });