diff --git a/packages/atoms/availabilitylist/EmptyScreen.tsx b/packages/atoms/availabilitylist/EmptyScreen.tsx index 16964678b9..e88b0d5d93 100644 --- a/packages/atoms/availabilitylist/EmptyScreen.tsx +++ b/packages/atoms/availabilitylist/EmptyScreen.tsx @@ -1,3 +1,4 @@ +import { Button } from "@/components/ui/button"; import type { LucideIcon as IconType } from "lucide-react"; import type { ReactNode } from "react"; import React from "react"; @@ -58,6 +59,7 @@ export function EmptyScreen({ {description} )} + {buttonOnClick && buttonText && } {buttonRaw}