diff --git a/client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx b/client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx index f0e0092a24..7a1786fd2c 100644 --- a/client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx +++ b/client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx @@ -18,7 +18,7 @@ export default function Item({ apiKey }: ItemProps) { const status = getExpiryStatus(apiKey.expiresAt); return ( -