diff --git a/src/components/app/about-tab/index.jsx b/src/components/app/about-tab/index.jsx index 27b434d..319a116 100644 --- a/src/components/app/about-tab/index.jsx +++ b/src/components/app/about-tab/index.jsx @@ -8,7 +8,7 @@ import './about.scss'; const handleUpdateClick = e => { e.preventDefault(); applyUpdate(() => { - window.location.reload(); + window.location.reload(true); }); };