Merge remote-tracking branch 'origin/simulation-agv-v2' into v2
This commit is contained in:
@@ -23,7 +23,7 @@ function VehicleMechanics() {
|
||||
const organization = (email!.split("@")[1]).split(".")[0];
|
||||
|
||||
useEffect(() => {
|
||||
if (selectedEventData) {
|
||||
if (selectedEventData && selectedEventData.data.type === 'vehicle') {
|
||||
const point = getPointByUuid(
|
||||
selectedProduct.productId,
|
||||
selectedEventData.data.modelUuid,
|
||||
|
||||
Reference in New Issue
Block a user