Skip to content

Commit

Permalink
Fix refresh button
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuIves committed Nov 1, 2019
1 parent 66172c1 commit 47d957e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@ import { UpdateFound } from './UpdateFound';

export const RefreshButton = () => (
<Action
onClick={document.location.reload}
onClick={() => document.location.reload()}
Icon={UpdateFound}
tooltip="Update Available! Click to Refresh."
/>
Expand Down

0 comments on commit 47d957e

Please sign in to comment.