mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 23:44:22 +00:00
Fix various eslint issues
This commit is contained in:
@@ -48,7 +48,7 @@ const EmailPasswordModal: React.FC<EmailPasswordModalProps> = ({
|
||||
</Button>
|
||||
<Button
|
||||
onClick={() => {
|
||||
onConfirm(password);
|
||||
void onConfirm(password);
|
||||
setPassword('');
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user