This commit is contained in:
Eric Bailey
2026-02-13 14:23:40 -06:00
parent 6e3603513d
commit e8b5f955ad
2 changed files with 1 additions and 2 deletions
@@ -27,7 +27,7 @@ import {
useRemoveLiveStatusMutation,
useUpsertLiveStatusMutation,
} from '#/features/liveNow'
import {LinkPreview} from './LinkPreview'
import {LinkPreview} from '#/features/liveNow/components/LinkPreview'
export function EditLiveDialog({
control,
-1
View File
@@ -36,7 +36,6 @@ const serviceUrlToNameMap: Record<string, string> = {
}
export function getLiveServiceNames(domains: Set<string>) {
console.log(domains)
const names = Array.from(
new Set(
Array.from(domains.values())