fixed email detector modal not showing up

This commit is contained in:
Myzel394 2022-10-15 11:50:52 +02:00
parent e9d7cb0dbe
commit 79863a1205

View File

@ -49,7 +49,7 @@ export default function DetectEmailAutofillService({
const handleFound = useCallback(
(type: AliasType) => {
if (domains.includes(type)) {
if (hasShownModal) {
if (!hasShownModal) {
setType(type)
setHasShownModal(true)