Skip to content
This repository was archived by the owner on Feb 13, 2021. It is now read-only.

Commit acb97ee

Browse files
committed
Disable browser cache when updating
1 parent 2105e2a commit acb97ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/about-tab/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import './about.scss';
88
const handleUpdateClick = e => {
99
e.preventDefault();
1010
applyUpdate(() => {
11-
window.location.reload();
11+
window.location.reload(true);
1212
});
1313
};
1414

0 commit comments

Comments
 (0)