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