From b4e600afd986b69f5cbc3f12dc5447dc812ecc6a Mon Sep 17 00:00:00 2001 From: sveisvei Date: Sat, 10 Dec 2016 15:29:09 +0100 Subject: [PATCH] only output icon if wanted --- frontend/src/component/app.jsx | 2 +- frontend/src/component/feature/list-component.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/app.jsx b/frontend/src/component/app.jsx index c00ebea1b8..34ebdfd020 100644 --- a/frontend/src/component/app.jsx +++ b/frontend/src/component/app.jsx @@ -99,7 +99,7 @@ export default class App extends Component { - {caption} + {icon && } {caption} ; return ( diff --git a/frontend/src/component/feature/list-component.jsx b/frontend/src/component/feature/list-component.jsx index 3c9067d078..bed90978d2 100644 --- a/frontend/src/component/feature/list-component.jsx +++ b/frontend/src/component/feature/list-component.jsx @@ -93,7 +93,7 @@ export default class FeatureListComponent extends React.PureComponent { - +