diff --git a/src/objects/whereToWatch.tsx b/src/objects/whereToWatch.tsx index 895155c..a2d5780 100644 --- a/src/objects/whereToWatch.tsx +++ b/src/objects/whereToWatch.tsx @@ -64,7 +64,7 @@ interface ProviderIconsProps extends React.ComponentPropsWithRef<"div"> { function ProviderIcons({ providerList, link }: ProviderIconsProps) { if (!providerList) { return "" } const list = providerList.map((e: any, i: number) => { - return
+ return