From fc2ab10b06e1fb8ecdece307d8dab43e17ea6269 Mon Sep 17 00:00:00 2001 From: jimmylee Date: Wed, 19 Apr 2017 23:26:11 +0000 Subject: [PATCH] forgot to bind the onClick handler to the element fbshipit-source-id: bd160f3 --- src/ui/components/StatusItem.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ui/components/StatusItem.js b/src/ui/components/StatusItem.js index d1e8314c..003ea7e1 100644 --- a/src/ui/components/StatusItem.js +++ b/src/ui/components/StatusItem.js @@ -20,7 +20,10 @@ class StatusItem extends Component { render() { return ( - +
{this.props.icon}
@@ -38,6 +41,7 @@ const Styles = StyleSheet.create({ flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between', + cursor: 'pointer', }, icon: { flexShrink: 0,