Browse Source

fix urls

main
matthew 2 years ago
parent
commit
2828464a7c
  1. 2
      searching-front/app/core/helpers/common.ts

2
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 = () => {

Loading…
Cancel
Save