feat: add check for getText === true
This commit is contained in:
@@ -95,7 +95,7 @@ export const BrowserWindow = () => {
|
||||
return (
|
||||
<div onClick={handleClick}>
|
||||
{
|
||||
getText && showConfirmation ? (
|
||||
getText === true && showConfirmation ? (
|
||||
<GenericModal
|
||||
isOpen={showConfirmation}
|
||||
onClose={() => setShowConfirmation(false)}
|
||||
|
||||
Reference in New Issue
Block a user