From 6e62967bcec602309077fb727b65b634a7e48538 Mon Sep 17 00:00:00 2001 From: yutaroha <120081300+yutaroha@users.noreply.github.com> Date: Thu, 28 Nov 2024 19:07:52 +0900 Subject: [PATCH] fixed robots label position. (#1038) Signed-off-by: yutaroha --- .../src/components/map/robot-three-maker.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rmf-dashboard-framework/src/components/map/robot-three-maker.tsx b/packages/rmf-dashboard-framework/src/components/map/robot-three-maker.tsx index ab13605a8..0c3b6a404 100644 --- a/packages/rmf-dashboard-framework/src/components/map/robot-three-maker.tsx +++ b/packages/rmf-dashboard-framework/src/components/map/robot-three-maker.tsx @@ -122,11 +122,11 @@ export const RobotThreeMaker = ({ )} {robotLabel && fontPath && fontPath.length > 0 ? ( - + {robot.name} ) : robotLabel ? ( - + ) : null} {imageUrl ? (