diff --git a/CHANGELOG.md b/CHANGELOG.md index 8857cc2..8f2f23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## UNRELEASED + +### Added +### Changed +### Fixed +### Security + +## [0.9.4] - 2020-06-09 ### Added diff --git a/pages/index.tsx b/pages/index.tsx index a57dbec..0d004da 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -18,9 +18,7 @@ const Index: NextPage = () => { const router = useRouter() const { t } = useTranslation() const [loading, setLoading] = useState( - publicRuntimeConfig.spa || - (process.browser && - router.pathname !== window.location.pathname) + publicRuntimeConfig.spa || (process.browser && router.pathname !== window.location.pathname) ) useEffect(() => {