fix(web): wrap loadTip in arrow fn to satisfy MouseEventHandler type

This commit is contained in:
2026-05-12 13:34:46 +00:00
parent 59c493323f
commit 4e9210fcef

View File

@@ -171,7 +171,7 @@ export default function TipPage() {
All clear.
</p>
<button
onClick={loadTip}
onClick={() => loadTip()}
style={{
marginTop: '2rem',
background: 'transparent',