aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/comments/CommentTile.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/comments/CommentTile.tsx b/src/components/comments/CommentTile.tsx
index 688a16e6..e3364007 100644
--- a/src/components/comments/CommentTile.tsx
+++ b/src/components/comments/CommentTile.tsx
@@ -171,6 +171,7 @@ const CommentTile: React.FC<CommentTileProps> = ({
<View style={styles.row}>
<TouchableOpacity
style={styles.row}
+ disabled={commentObject.reaction_count === 0}
onPress={() => {
navigation.navigate('CommentReactionScreen', {
comment: commentObject,