From e6aeade223ba31a016d953312f2895ca4c30255e Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Fri, 18 Jul 2025 21:42:32 +0200 Subject: [PATCH] Address review feedback --- .../features/devices/components/DeviceCard.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/apps/dashboard/features/devices/components/DeviceCard.tsx b/src/apps/dashboard/features/devices/components/DeviceCard.tsx index 50f796b88..872857f88 100644 --- a/src/apps/dashboard/features/devices/components/DeviceCard.tsx +++ b/src/apps/dashboard/features/devices/components/DeviceCard.tsx @@ -230,12 +230,15 @@ const DeviceCard = ({ device }: DeviceCardProps) => { )} - {isPlayingMedia && ( - - )} - {canControl && ( - - + {isPlayingMedia && ( + + + + )} + {canControl && ( + + + )}