format code

This commit is contained in:
Bekbolsun
2024-02-19 19:35:12 +06:00
parent 13f9bb13fd
commit adbc7d455d
12 changed files with 37 additions and 61 deletions

View File

@@ -68,7 +68,6 @@ export const ModalAppDetails = () => {
if (isEmptyString(url)) return
try {
const u = new URL(url)
if (isEmptyString(name)) setDetails((prev) => ({ ...prev, name: u.hostname }))