diff --git a/src/Flows.js b/src/Flows.js index 45be13c..c8a98d7 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -332,7 +332,9 @@ class FlowItem extends PureComponent { } - hot score: {info.hot_score} + {!!hot_score && ( + hot score: {info.hot_score} + )}