diff --git a/searching-front/app/core/helpers/common.ts b/searching-front/app/core/helpers/common.ts index eb208df..6390da3 100644 --- a/searching-front/app/core/helpers/common.ts +++ b/searching-front/app/core/helpers/common.ts @@ -2,7 +2,7 @@ import classnames from "classnames" export const cn = classnames export const cleanUrlForUi = (url: string) => { - return url.replace("https://", "").replace("http://", "").replace("/", "") + return url.replace("https://", "").replace("http://", "") } export const isNode = () => {