From 44e5bc93f3daa469de3b072f2628031f9cfee1c8 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 20 Aug 2023 04:44:13 -0700 Subject: [PATCH] Fix outstanding merge conflict --- components/common/DialogContent/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/common/DialogContent/index.tsx b/components/common/DialogContent/index.tsx index f0e48058..001f5426 100644 --- a/components/common/DialogContent/index.tsx +++ b/components/common/DialogContent/index.tsx @@ -12,13 +12,8 @@ interface Props HTMLDivElement > { wrapperClassName?: string -<<<<<<< HEAD headerRef?: React.RefObject footerRef?: React.RefObject -======= - headerref?: React.RefObject - footerref?: React.RefObject ->>>>>>> main scrollable?: boolean onEscapeKeyDown: (event: KeyboardEvent) => void onOpenAutoFocus: (event: Event) => void