Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bakhacode authored Nov 3, 2023
2 parents f7bd828 + 376ab46 commit 30b00f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default function PortfolioHoldingRow({
aria-label="expand row"
size="small"
onClick={onExpandRowClick}>
onClick={() => setIsRowOpen(!isRowOpen)}>
{isRowOpen ? <KeyboardArrowDownIcon /> : <KeyboardArrowRightIcon />}
</IconButton>
</HoldingTableCell>
Expand Down

0 comments on commit 30b00f3

Please sign in to comment.