update types for schedules
parent
0f6f5c716c
commit
4a7a9e391e
|
@ -2,7 +2,7 @@ import { Clock } from "@calcom/ui/components/icon";
|
||||||
|
|
||||||
import { EmptyScreen } from "./EmptyScreen";
|
import { EmptyScreen } from "./EmptyScreen";
|
||||||
|
|
||||||
export function AvailabilityList({ schedules }: { schedules: [] }) {
|
export function AvailabilityList({ schedules }: { schedules: { id: string }[] }) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{schedules.length === 0 ? (
|
{schedules.length === 0 ? (
|
||||||
|
|
Loading…
Reference in New Issue