Skip to content

Commit

Permalink
chore: update client store to include language code also when filteri…
Browse files Browse the repository at this point in the history
…ng the URL (#17839)
  • Loading branch information
suisin-deriv authored Dec 20, 2024
1 parent 0aa6e12 commit bb4b0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Stores/client-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ export default class ClientStore extends BaseStore {
window.location.replace(`${redirect_route}/redirect?${query_string}`);
}
} else {
window.location.replace(`${redirect_route}/?${filterUrlQuery(search, ['platform'])}`);
window.location.replace(`${redirect_route}/?${filterUrlQuery(search, ['platform', 'lang'])}`);
}
}
runInAction(() => {
Expand Down

0 comments on commit bb4b0ad

Please sign in to comment.