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} - -
- - ))} - - - - - ); -}