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( const handleFound = useCallback(
(type: AliasType) => { (type: AliasType) => {
if (domains.includes(type)) { if (domains.includes(type)) {
if (hasShownModal) { if (!hasShownModal) {
setType(type) setType(type)
setHasShownModal(true) setHasShownModal(true)