Skip to content

Commit

Permalink
fix: update button bug
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Dec 9, 2023
1 parent 37a13d1 commit 6969800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/repl/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function Header({ context }) {
)}
</button>
<button
onClick={handleUpdate}
onClick={() => handleUpdate()}
title="update"
className={cx(
'flex items-center space-x-1',
Expand Down

0 comments on commit 6969800

Please sign in to comment.