Skip to content

Commit c4cd4f2

Browse files
committed
save
1 parent aa96535 commit c4cd4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/Subscribe/Subscribe.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Subscribe(props) {
2323

2424
useEffect(() => {
2525
setTimeout(() => {
26-
i18next.changeLanguage(props.lang)
26+
setEmail("")
2727
}, 3000)
2828
}, [props.lang])
2929

0 commit comments

Comments
 (0)