New source found from dndbeyond.com
This commit is contained in:
@@ -5,8 +5,10 @@ import config from "~/config";
|
||||
import { appEnvSelectors } from "../../../Shared/selectors";
|
||||
|
||||
const BASE_PATHNAME = config.basePathname;
|
||||
const searchParams = window.location.search;
|
||||
|
||||
export const getBuilderUrl = createSelector(
|
||||
[appEnvSelectors.getCharacterId],
|
||||
(characterId) => `${BASE_PATHNAME}/${characterId}/builder/class/manage`
|
||||
(characterId) =>
|
||||
`${BASE_PATHNAME}/${characterId}/builder/class/manage${searchParams}`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user