remove unused event
This commit is contained in:
parent
563c4860c9
commit
55e264ae4f
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ const InstallChrome = ({ deferredPrompt }) => {
|
|||
>
|
||||
<Button
|
||||
variant="contained"
|
||||
onClick={async (e) => await onClick(e)}
|
||||
onClick={async () => await onClick()}
|
||||
>
|
||||
Install
|
||||
</Button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue