Web:Common: fixed export and import decodeDisplayName

This commit is contained in:
TimofeyBoyko 2022-07-08 18:30:50 +03:00
parent 2e72e298e6
commit ca099daffb

View File

@ -3,6 +3,9 @@ import sjcl from "sjcl";
import { isMobile } from "react-device-detect";
import history from "../history";
import TopLoaderService from "@appserver/components/top-loading-indicator";
import { Encoder } from "./encoder";
export const toUrlParams = (obj, skipNull) => {
let str = "";
for (var key in obj) {