Skip to content

Commit

Permalink
fix to liquid tge subtotal
Browse files Browse the repository at this point in the history
  • Loading branch information
thomivy authored Mar 9, 2024
1 parent 40963d3 commit 000928b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/AllocationTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function AllocationTable() {
</Cell>
<Cell>43.64%</Cell>
<Cell colSpan={4}></Cell>
<Cell>1,356,250.00</Cell>
<Cell>0.00</Cell>
<Cell colSpan={2}></Cell>
<Cell>42,200,000.00</Cell>
</SubtotalRow>
Expand Down Expand Up @@ -218,7 +218,7 @@ export default function AllocationTable() {
</Cell>
<Cell>100%</Cell>
<Cell colSpan={4}></Cell>
<Cell>1,678,000.00</Cell>
<Cell>250,000.00</Cell>
<Cell colSpan={2}></Cell>
<Cell>100,000,000.00</Cell>
</TotalRow>
Expand Down

0 comments on commit 000928b

Please sign in to comment.