Skip to content

Commit

Permalink
Update f-cell.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo-Signorelli committed May 22, 2024
1 parent 5d4bca9 commit 63103df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ketchup/src/f-components/f-cell/f-cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function setCellSize(
props.cell.value.indexOf('\\') > -1;
if (
(props.component as KupComponent).rootElement.tagName ===
KupTagNames.DATA_TABLE ||
KupTagNames.DATA_TABLE &&
!hasExternalResource
) {
if (
Expand Down

0 comments on commit 63103df

Please sign in to comment.