diff --git a/components/jellify.tsx b/components/jellify.tsx index 764fee9f..c4b467fa 100644 --- a/components/jellify.tsx +++ b/components/jellify.tsx @@ -38,7 +38,7 @@ function conditionalHomeRender(): React.JSX.Element { return ( - { !!!library ? : ( + { apiClient && library ? : (