mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 01:09:49 +00:00
fix: Fix Pinned message reactions
This commit is contained in:
parent
4b9f83f361
commit
4441bd6f06
@ -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']) },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user