fix: Fix Pinned message reactions

This commit is contained in:
Hristo Nedelkov 2023-08-15 13:55:15 +03:00
parent 4b9f83f361
commit 4441bd6f06
1 changed files with 2 additions and 2 deletions

View File

@ -26,12 +26,12 @@ const DeviceSyncStatusContent = () => {
{
id: '123',
text: 'You are currently syncing to the Nimbus Validator Client and Beacon node. This may take a while... Please stay put until you can access the Node Manager.',
reactions: 'love',
reactions: { love: new Set(['userId1', 'userId2']) },
},
{
id: '123',
text: 'You are currently syncing to the Nimbus Validator Client and Beacon node. This may take a while... Please stay put until you can access the Node Manager.',
reactions: 'love',
reactions: { love: new Set(['userId3', 'userId4']) },
},
]}
/>