Cleanup
This commit is contained in:
@@ -27,7 +27,7 @@ import {
|
|||||||
useRemoveLiveStatusMutation,
|
useRemoveLiveStatusMutation,
|
||||||
useUpsertLiveStatusMutation,
|
useUpsertLiveStatusMutation,
|
||||||
} from '#/features/liveNow'
|
} from '#/features/liveNow'
|
||||||
import {LinkPreview} from './LinkPreview'
|
import {LinkPreview} from '#/features/liveNow/components/LinkPreview'
|
||||||
|
|
||||||
export function EditLiveDialog({
|
export function EditLiveDialog({
|
||||||
control,
|
control,
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ const serviceUrlToNameMap: Record<string, string> = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function getLiveServiceNames(domains: Set<string>) {
|
export function getLiveServiceNames(domains: Set<string>) {
|
||||||
console.log(domains)
|
|
||||||
const names = Array.from(
|
const names = Array.from(
|
||||||
new Set(
|
new Set(
|
||||||
Array.from(domains.values())
|
Array.from(domains.values())
|
||||||
|
|||||||
Reference in New Issue
Block a user