Skip to content

Commit

Permalink
Merge pull request #374 from TeskaLabs/bugfix/fix-customCellStyle
Browse files Browse the repository at this point in the history
Fix crush app customCellStyle
  • Loading branch information
aringocode authored Nov 3, 2022
2 parents 899679e + 5ddedba commit 2dfc7be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Release Candidate

### Bugfixes

- Change const variable customCellStyle to let variable in DataTable (INDIGO Sprint 221031, [!374](https://github.com/TeskaLabs/asab-webui/pull/374))

## v22.42

### Refactoring
Expand Down
2 changes: 1 addition & 1 deletion src/components/DataTable/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const TableCell = ({
if (!obj) return <td className="pl-3" style={{ whiteSpace: "nowrap" }}>-</td>

let cell, icon, customCellStyle;
const textLinkStyle = {
let textLinkStyle = {
whiteSpace: "nowrap",
marginBottom: 0
}
Expand Down

0 comments on commit 2dfc7be

Please sign in to comment.