From 4441bd6f06627f7dbce024d7856cb2212fbc9e43 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Tue, 15 Aug 2023 13:55:15 +0300 Subject: [PATCH] fix: Fix Pinned message reactions --- src/pages/DeviceSyncStatus/DeviceSyncStatus.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/DeviceSyncStatus/DeviceSyncStatus.tsx b/src/pages/DeviceSyncStatus/DeviceSyncStatus.tsx index 2d91d5d3..fe92483c 100644 --- a/src/pages/DeviceSyncStatus/DeviceSyncStatus.tsx +++ b/src/pages/DeviceSyncStatus/DeviceSyncStatus.tsx @@ -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']) }, }, ]} />