Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
feat: styling creator channels (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Oct 13, 2023
1 parent fe06381 commit 65185dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/components/creator-channels/messages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ export const Messages = memo(() => {
<AnimatedInfiniteScrollListWithRef
ref={listRef}
keyExtractor={keyExtractor}
data={[]}
data={data}
onEndReached={onLoadMore}
inverted
getItemType={getItemType}
Expand Down

0 comments on commit 65185dc

Please sign in to comment.