Fix story direct Quick Reply and low height emoji picker limit

This commit is contained in:
ayumi-signal 2024-04-03 15:39:20 -07:00 committed by GitHub
parent e96a1e4bc3
commit 4d794eaf14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 13 deletions

View file

@ -188,7 +188,7 @@ export const InAGroupNoReplies = Template.bind({});
InAGroupNoReplies.args = {
group: {},
};
InAGroupNoReplies.storyName = 'In a group (no replies)';
InAGroupNoReplies.storyName = 'In a group (no replies, can reply)';
export const InAGroup = Template.bind({});
{