Skip to content

Commit 2fe6480

Browse files
chore: adjusted story
1 parent fa07762 commit 2fe6480

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/meteor/client/views/room/contextualBar/RoomMembers/RoomMembers.stories.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ WithInvitedMember.args = {
7979
{
8080
_id: 'rocket.cat',
8181
username: 'rocket.cat',
82-
status: 'INVITED',
82+
subscription: {
83+
status: 'INVITED',
84+
createdAt: '2025-01-01T00:00:00Z',
85+
},
8386
name: 'Rocket.Cat',
8487
},
8588
],

0 commit comments

Comments
 (0)