mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 07:39:59 -07:00
website: fix pathname on first load
This commit is contained in:
@@ -5837,9 +5837,10 @@ lazySignals.then((importedSignals) => {
|
||||
|
||||
if (previouslySelected) {
|
||||
urlParamsHelpers.reset(preset.id);
|
||||
urlParamsHelpers.replaceHistory({ pathname: preset.id });
|
||||
}
|
||||
|
||||
urlParamsHelpers.replaceHistory({ pathname: preset.id });
|
||||
|
||||
return preset;
|
||||
},
|
||||
undefined
|
||||
|
||||
Reference in New Issue
Block a user