feat: Theme shop link on appearance rewrites history

#245
pull/1049/head
Sirawit Thaya 2021-10-31 14:07:49 -07:00 committed by GitHub
parent d2a128a9ef
commit 46a4a983aa
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ export function Component(props: Props) {
</div>
</div>
{isExperimentEnabled('theme_shop') && <Link to="/settings/theme_shop">
{isExperimentEnabled('theme_shop') && <Link to="/settings/theme_shop" replace>
<CategoryButton icon={<Store size={24} />} action="chevron" hover>
<Text id="app.settings.pages.theme_shop.title" />
</CategoryButton>