fix(web): wrap loadTip in arrow fn to satisfy MouseEventHandler type
This commit is contained in:
@@ -171,7 +171,7 @@ export default function TipPage() {
|
||||
All clear.
|
||||
</p>
|
||||
<button
|
||||
onClick={loadTip}
|
||||
onClick={() => loadTip()}
|
||||
style={{
|
||||
marginTop: '2rem',
|
||||
background: 'transparent',
|
||||
|
||||
Reference in New Issue
Block a user