diff options
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/styled/CellButton.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/styled/CellButton.js b/app/components/styled/CellButton.js index 196afb574a..400a7ac6de 100644 --- a/app/components/styled/CellButton.js +++ b/app/components/styled/CellButton.js @@ -115,7 +115,7 @@ export default class CellButton extends Component<CellButtonProps, State> { } return React.cloneElement(node, updatedProps); - } else if (node != null){ + } else if (node){ return <Label style={[styles.label, this.textStyle()]}>{children}</Label>; } }) |
