diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-02-20 17:48:06 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-02-20 17:48:06 +0100 |
| commit | ae9c255b3ecdec341090c932db6cb261147a7382 (patch) | |
| tree | e45f0799b1999dd2fe25c04257136d3cd8891d58 /app/components/styled/CellButton.js | |
| parent | 108f12d0f7434d4acddcc2f88ba4793a81b38e2c (diff) | |
| parent | 39cc3f0cd07fca46b6cf671145ffb088736d474d (diff) | |
| download | mullvadvpn-ae9c255b3ecdec341090c932db6cb261147a7382.tar.xz mullvadvpn-ae9c255b3ecdec341090c932db6cb261147a7382.zip | |
Merge branch 'minor-button-refactoring'
Diffstat (limited to 'app/components/styled/CellButton.js')
| -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 7309180241..fe3042709a 100644 --- a/app/components/styled/CellButton.js +++ b/app/components/styled/CellButton.js @@ -89,7 +89,7 @@ export default class CellButton extends Component { {...otherProps}> { React.Children.map(children, (node) => { - if (React.isValidElement(node)){ + if (React.isValidElement(node)) { let updatedProps = {}; if(node.type.name === 'Label') { |
