diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index f63ecd38..a0bcda07 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -12,7 +12,6 @@ interface ConfirmationBoxProps { onNo: () => void; } -// New component for the confirmation box inside the modal const ConfirmationBox = ({ selector, onYes, onNo }: ConfirmationBoxProps) => { return (