Skip to content

Commit

Permalink
fix: SOV-3224 expand mobile table (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
creed-victor authored Oct 23, 2023
1 parent 812601f commit 3787c8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-melons-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sovryn/ui': patch
---

fix: SOV-3224 expand table on mobile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ export const TableMobileRow = <RowType extends RowObject>({
style={AccordionStyle.secondary}
>
<div onClick={onClick} className={styles.row}>
{!expandedContent &&
!renderer &&
{!renderer &&
columns.map(column => (
<SimpleTableRow
key={column.id.toString()}
Expand Down

0 comments on commit 3787c8e

Please sign in to comment.