Web:Common: fixed export and import decodeDisplayName

This commit is contained in:
TimofeyBoyko 2022-07-08 18:29:50 +03:00
parent 43b9b6183c
commit 2e72e298e6
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import { request } from "../client";
import { decodeDisplayName } from "../../utils";
export function getRooms(filter) {
const options = {

View File

@ -22,7 +22,7 @@ export const toUrlParams = (obj, skipNull) => {
return str;
};
const decodeDisplayName = (items) => {
export const decodeDisplayName = (items) => {
return items.map((item) => {
if (!item) return item;