summaryrefslogtreecommitdiffhomepage
path: root/app/components/styled/CellButton.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/styled/CellButton.js')
-rw-r--r--app/components/styled/CellButton.js2
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') {