mirror of
https://github.com/lordmathis/lemma.git
synced 2025-12-24 18:44:21 +00:00
Fix various eslint issues
This commit is contained in:
@@ -50,7 +50,7 @@ const DeleteAccountModal: React.FC<DeleteAccountModalProps> = ({
|
||||
<Button
|
||||
color="red"
|
||||
onClick={() => {
|
||||
onConfirm(password);
|
||||
void onConfirm(password);
|
||||
setPassword('');
|
||||
}}
|
||||
>
|
||||
|
||||
@@ -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