From 60c0db03f75d7d8d00c42df6ec2b868830f40969 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 10 Oct 2023 19:57:14 +0100 Subject: [PATCH] Remove duplicate modal container (#1661) --- src/view/com/lightbox/ImageViewing/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/view/com/lightbox/ImageViewing/index.tsx b/src/view/com/lightbox/ImageViewing/index.tsx index 248f1cebeb..7d3f80b494 100644 --- a/src/view/com/lightbox/ImageViewing/index.tsx +++ b/src/view/com/lightbox/ImageViewing/index.tsx @@ -27,7 +27,6 @@ import { ModalProps, Platform, } from 'react-native' -import {ModalsContainer} from '../../modals/Modal' import ImageItem from './components/ImageItem/ImageItem' import ImageDefaultHeader from './components/ImageDefaultHeader' @@ -155,7 +154,6 @@ function ImageViewing({ edges={edges} aria-modal accessibilityViewIsModal> - {typeof HeaderComponent !== 'undefined' ? (