Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 359f72b

Browse files
author
soliury
committed
fix bug
1 parent 600ad1a commit 359f72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/containers/Topic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ class Topic extends Component {
279279
</View>
280280

281281
<View style={styles.like}>
282-
{this.props.user ? likeIcon : null}
282+
{this.props.state.user ? likeIcon : null}
283283
</View>
284284
</View>
285285
</View>

0 commit comments

Comments
 (0)