Skip to content

Commit

Permalink
Slightly less glitchy
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTurk247 committed Sep 12, 2023
1 parent 47bab5f commit 2faaccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/screens/Section.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default function Section({ route, navigation }) {
data={articles[section.slug]}
style={{ backgroundColor: "transparent" }}
numColumns={columnCount}
key={columnCount}
key={index}
scrollEventThrottle={BATCH_SIZE}
showsVerticalScrollIndicator={false}
onEndReachedThreshold={1}
Expand Down

0 comments on commit 2faaccf

Please sign in to comment.