remove unused event

This commit is contained in:
Liam 2022-11-14 15:53:16 -05:00
parent 563c4860c9
commit 55e264ae4f

View file

@ -582,7 +582,7 @@ const InstallChrome = ({ deferredPrompt }) => {
>
<Button
variant="contained"
onClick={async (e) => await onClick(e)}
onClick={async () => await onClick()}
>
Install
</Button>