Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use URI as key (#4522)

authored by

Eric Bailey and committed by
GitHub
eaef1446 57510141

+1 -1
+1 -1
src/view/screens/Search/Search.tsx
··· 307 307 pinOnSave 308 308 /> 309 309 )} 310 - keyExtractor={item => item.did} 310 + keyExtractor={item => item.uri} 311 311 // @ts-ignore web only -prf 312 312 desktopFixedHeight 313 313 contentContainerStyle={{paddingBottom: 100}}