fix: prevent sync spam
This commit is contained in:
+2
-2
@@ -50,8 +50,8 @@ export default function Home() {
|
||||
}, []);
|
||||
|
||||
/*
|
||||
profile handling
|
||||
*/
|
||||
profile handling
|
||||
*/
|
||||
const handleDownload = () => {
|
||||
const blob = new Blob([importText], { type: 'application/json' });
|
||||
const url = URL.createObjectURL(blob);
|
||||
|
||||
Reference in New Issue
Block a user