Skip to content

Commit 0bad2c5

Browse files
authored
Merge pull request #2730 from GetStream/v6-rc-release-2
feat: styles changes for MessageActionList
2 parents 4e68d2d + 72f7adc commit 0bad2c5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package/src/components/Message/hooks/useProcessReactions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export const useProcessReactions = <
128128
};
129129
},
130130
);
131+
131132
return {
132133
existingReactions: unsortedReactions.sort(sortReactions),
133134
hasReactions: unsortedReactions.length > 0,

package/src/components/MessageMenu/MessageActionList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const MessageActionList = (props: MessageActionListProps) => {
4444

4545
const styles = StyleSheet.create({
4646
container: {
47-
flex: 1,
4847
paddingHorizontal: 16,
4948
},
5049
});

0 commit comments

Comments
 (0)