Skip to content

Commit

Permalink
missing reportColor
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardus committed Jun 30, 2024
1 parent 27f6cc5 commit 244028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/MapRouteCoordinates.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const MapRouteCoordinates = ({ name, coordinates, deviceId }) => {
color: reportColor,
},
});
}, [theme, coordinates]);
}, [theme, coordinates, reportColor]);

return null;
};
Expand Down

0 comments on commit 244028c

Please sign in to comment.