Cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user