feat: Theme shop link on appearance rewrites history

#245
This commit is contained in:
Sirawit Thaya 2021-10-31 14:07:49 -07:00 committed by GitHub
parent eab5c299a8
commit e12869fbe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>