From 2e5229cf45651b69d064c4c6bccb9e27fe5397cd Mon Sep 17 00:00:00 2001 From: Allan Ribeiro Date: Mon, 23 May 2022 16:02:46 -0300 Subject: [PATCH] fix: fixing on app contextualbar functionability --- 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} /> - - + + )} );