From c89f8e8933724ce0f258d97d18eb361ebd2555ae Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 1 Nov 2022 20:37:05 +0300 Subject: Cleanup JSDoc warnings --- vnext/src/ui/Settings.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vnext/src/ui/Settings.js') diff --git a/vnext/src/ui/Settings.js b/vnext/src/ui/Settings.js index 6575fb87..82fbcc9e 100644 --- a/vnext/src/ui/Settings.js +++ b/vnext/src/ui/Settings.js @@ -62,7 +62,7 @@ export default function Settings({ onChange }) { const [visitor] = useVisitor(); - let passwordChanged = (event) => { + let passwordChanged = () => { console.log('password changed'); }; let onSubmitPassword = (event) => { @@ -71,7 +71,7 @@ export default function Settings({ onChange }) { } console.log('password update'); }; - let emailChanged = (event) => { + let emailChanged = () => { console.log('email update'); }; let disableTelegram = () => { @@ -188,7 +188,7 @@ export default function Settings({ onChange }) { { visitor.emails && <> - {/** email_off **/} + {/** email_off */}
You can receive notifications to email:
Sent to
- {/** /email_off **/} + {/** /email_off */}

 

You can post to Juick via e-mail. Send your plain text messages to juick@juick.com. You can attach one photo or video file.

-- cgit v1.2.3