Revert "Refactor useIsRoomE2EE"

This commit is contained in:
David Baker
2023-09-22 18:20:29 +01:00
committed by GitHub
parent ef32b877ee
commit 48b038914f
4 changed files with 14 additions and 23 deletions

View File

@@ -110,7 +110,7 @@ export const RoomPage: FC = () => {
{content}
{/* On Android and iOS, show a prompt to launch the mobile app. */}
{appPrompt && (platform === "android" || platform === "ios") && (
<AppSelectionModal roomId={roomId ?? undefined} />
<AppSelectionModal roomId={roomId} />
)}
</>
);