From 1e57726a1313a646c6601b1e8b29544c2ade48c7 Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 21 Apr 2021 22:12:15 -0400 Subject: [PATCH] More conflicts --- .../result/NavigatorResultView.tsx | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/src/views/navigator/result-lists/result-list/result/NavigatorResultView.tsx b/src/views/navigator/result-lists/result-list/result/NavigatorResultView.tsx index e522d080..08a303e1 100644 --- a/src/views/navigator/result-lists/result-list/result/NavigatorResultView.tsx +++ b/src/views/navigator/result-lists/result-list/result/NavigatorResultView.tsx @@ -39,7 +39,6 @@ export function NavigatorResultView(props: NavigatorResultViewProps): JSX.Elemen } return ( -<<<<<<< Updated upstream
navigatorContext.onTryVisitRoom(result) }>
@@ -48,28 +47,6 @@ export function NavigatorResultView(props: NavigatorResultViewProps): JSX.Elemen
{ result.roomName } -======= - - { navigatorContext => { - return
navigatorContext.onTryVisitRoom(result) }> -
-
-
- { result.userCount } -
-
- { result.roomName } -
-
-
- - { result.habboGroupId > 0 && } - { result.doorMode !== RoomDataParser.OPEN_STATE && - - } -
-
->>>>>>> Stashed changes