From 890e138829931fb843a69cfa7bb48368e5dee380 Mon Sep 17 00:00:00 2001 From: "IGNY8 VPS (Salman)" Date: Sat, 27 Dec 2025 01:54:21 +0000 Subject: [PATCH] credits commit --- frontend/src/pages/Billing/Credits.tsx | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/frontend/src/pages/Billing/Credits.tsx b/frontend/src/pages/Billing/Credits.tsx index 46bda43e..415afcbf 100644 --- a/frontend/src/pages/Billing/Credits.tsx +++ b/frontend/src/pages/Billing/Credits.tsx @@ -129,23 +129,4 @@ export default function Credits() { ); } - {operation.replace(/_/g, ' ')} - -
- {info.description} -
- -
- - {typeof info.cost === 'number' ? `${info.cost} credits` : info.cost} - -
- - ))} - - - - - ); -}