diff --git a/src/features/home/sections/devices.tsx b/src/features/home/sections/devices.tsx index 6f8b73a..998c946 100644 --- a/src/features/home/sections/devices.tsx +++ b/src/features/home/sections/devices.tsx @@ -190,6 +190,12 @@ export default function Devices() { )} ))} + + {!isLoading && data?.length === 0 ? ( +