+ {t(poiStatusTypeMessageKeys[poi.data.status.type], {
+ ns: ["model"],
+ })}
+ :
+ {t(poiStatusValueMessageKeys[poi.data.status.value], {
+ ns: ["model"],
+ })}
+
diff --git a/src/components/Drawer/PoiDrawer/index.tsx b/src/components/Drawer/PoiDrawer/index.tsx
index 107876db..6f82978f 100644
--- a/src/components/Drawer/PoiDrawer/index.tsx
+++ b/src/components/Drawer/PoiDrawer/index.tsx
@@ -19,7 +19,10 @@ import {
import noImage from "../../../assets/images/noImage.svg";
import poiDrawerLocation from "../../../assets/images/poiDrawerLocation.svg";
import poiDrawerTargetSerial from "../../../assets/images/poiDrawerTargetSerial.svg";
-import { statusColor, statusIcon } from "../../../constants/statusStyle";
+import {
+ statusColor,
+ poiDrawerStatusIcon,
+} from "../../../constants/statusStyle";
import {
poiStatusTypeMessageKeys,
poiStatusValueMessageKeys,
@@ -39,7 +42,7 @@ const PoiDrawerStatus: React.FC<{
return (