Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic committed Jan 28, 2025
1 parent 918b4de commit cca5520
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/billing/ConsolidatedSpendReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ export const ConsolidatedSpendReport = (props: ConsolidatedSpendReportProps): Re
const mappedUnmatchedWorkspaces = unmatchedWorkspaces.map(setDefaultSpendValues);

return [...mappedWorkspaces, ...mappedUnmatchedWorkspaces];
// };
} catch (error) {
// Return default values for each workspace in case of an error
await reportError('Error loading spend report', error);
Expand Down

0 comments on commit cca5520

Please sign in to comment.