Skip to content

Commit 918d39c

Browse files
committed
chore: fixed lint.
1 parent 14c01e2 commit 918d39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-react-native/src/domain/groupChannelThread/component/GroupChannelThreadParentMessageInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const GroupChannelThreadParentMessageInfo = (props: GroupChannelThreadProps['Par
7171
</Text>
7272
</View>
7373
<TouchableOpacity activeOpacity={0.7} onPress={bottomSheetItem ? onLongPress : undefined}>
74-
<Icon icon={'more'} color={colors.onBackground02}/>
74+
<Icon icon={'more'} color={colors.onBackground02} />
7575
</TouchableOpacity>
7676
</View>
7777
);

0 commit comments

Comments
 (0)