feat: show modal if getText

This commit is contained in:
karishmas6
2024-07-25 00:53:07 +05:30
parent 1c3eb50ef5
commit 1374f23950

View File

@@ -122,7 +122,7 @@ export const BrowserWindow = () => {
return (
<div onClick={handleClick}>
{
showConfirmation ? (
getText && showConfirmation ? (
<GenericModal
isOpen={showConfirmation}
onClose={() => setShowConfirmation(false)}