🐛 local signature reload

This commit is contained in:
Timur Ercan
2023-02-24 17:04:51 +01:00
parent 3a3785de5b
commit f45df138cd

View File

@ -23,7 +23,7 @@ export default function SignatureDialog(props: any) {
useEffect(() => { useEffect(() => {
setTypedSignature(localStorage.getItem("typedSignature") || ""); setTypedSignature(localStorage.getItem("typedSignature") || "");
}); }, []);
return ( return (
<> <>