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.
|
All clear.
|
||||||
</p>
|
</p>
|
||||||
<button
|
<button
|
||||||
onClick={loadTip}
|
onClick={() => loadTip()}
|
||||||
style={{
|
style={{
|
||||||
marginTop: '2rem',
|
marginTop: '2rem',
|
||||||
background: 'transparent',
|
background: 'transparent',
|
||||||
|
|||||||
Reference in New Issue
Block a user