Skip to content

Commit 47d957e

Browse files
committed
Fix refresh button
1 parent 66172c1 commit 47d957e

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Header/Buttons/RefreshButton

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/Buttons/RefreshButton/RefreshButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { UpdateFound } from './UpdateFound';
44

55
export const RefreshButton = () => (
66
<Action
7-
onClick={document.location.reload}
7+
onClick={() => document.location.reload()}
88
Icon={UpdateFound}
99
tooltip="Update Available! Click to Refresh."
1010
/>

0 commit comments

Comments
 (0)