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