Skip to content

Commit

Permalink
single var to const
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice11 committed Oct 14, 2024
1 parent 72145e3 commit f984607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiences/bus-bunching/controls/lib/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const ControlsComponent = () => {
);

const busStopSymbol = (index: number) => {
let stopStyle = {
const stopStyle = {
...buttonStyle,
color: stopColors[index % stopColors.length],
};
Expand Down

0 comments on commit f984607

Please sign in to comment.