Skip to content

Commit

Permalink
Update src/app/Scenes/Activity/components/NotificationArtworkList.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Mounir Dhahri <[email protected]>
  • Loading branch information
olerichter00 and MounirDhahri committed Oct 29, 2024
1 parent 80de800 commit b00ac65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const NotificationArtworkList: FC<NotificationArtworkListProps> = (props)
const color = useColor()

return (
// Setting the min heiht here because lashlist needs a container with a valid height.
// Setting the min heiht here because Flashlist needs a container with a valid height.
<Flex minHeight={1}>
<MasonryInfiniteScrollArtworkGrid
animated
Expand Down

0 comments on commit b00ac65

Please sign in to comment.