Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
added August financial metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed Sep 1, 2023
1 parent 581d659 commit fe2d579
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/pages/OpenStartup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ const financeData = {
'MRR': 63,
'Revenue': 63,
},
'2023-08-01': {
'Technical Expences': -23,
'Business Expences': 0,
'MRR': 64,
'Revenue': 49,
},
}

const financeDataToColumns = (financeData: any) => {
Expand Down

0 comments on commit fe2d579

Please sign in to comment.