Skip to content

Commit 425187b

Browse files
committed
chore: format code and fix lint issues
1 parent b07d06b commit 425187b

File tree

1 file changed

+3
-1
lines changed
  • app/views/RoomView/List/components

1 file changed

+3
-1
lines changed

app/views/RoomView/List/components/List.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ const List = ({ listRef, jumpToBottom, ...props }: IListProps) => {
4444
contentContainerStyle={styles.contentContainer}
4545
style={styles.list}
4646
inverted
47-
renderScrollComponent={isIOS ? undefined : props => <InvertedScrollView {...props} exitFocusNativeId='message-composer-exit-focus' />}
47+
renderScrollComponent={
48+
isIOS ? undefined : props => <InvertedScrollView {...props} exitFocusNativeId='message-composer-exit-focus' />
49+
}
4850
removeClippedSubviews={isIOS}
4951
initialNumToRender={7}
5052
onEndReachedThreshold={0.5}

0 commit comments

Comments
 (0)