From fcb2c9fdd93267b93e9b0a282d2cdc67ca9c9a33 Mon Sep 17 00:00:00 2001 From: Allan RIbeiro <35040806+AllanPazRibeiro@users.noreply.github.com> Date: Mon, 23 May 2022 17:09:03 -0300 Subject: [PATCH] fix: fixing on app contextualbar functionability (#25615) --- apps/meteor/client/views/room/Room/Room.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/meteor/client/views/room/Room/Room.tsx b/apps/meteor/client/views/room/Room/Room.tsx index bec84e147225..330dffdb0259 100644 --- a/apps/meteor/client/views/room/Room/Room.tsx +++ b/apps/meteor/client/views/room/Room/Room.tsx @@ -56,8 +56,8 @@ export const Room: FC<{}> = () => { )} {appsContextualBarContext && ( - - + + = () => { appInfo={appsContextualBarContext.appInfo} /> - - + + )} );