Skip to content

Commit f984607

Browse files
committed
single var to const
1 parent 72145e3 commit f984607

File tree

1 file changed

+1
-1
lines changed
  • experiences/bus-bunching/controls/lib

1 file changed

+1
-1
lines changed

experiences/bus-bunching/controls/lib/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const ControlsComponent = () => {
8484
);
8585

8686
const busStopSymbol = (index: number) => {
87-
let stopStyle = {
87+
const stopStyle = {
8888
...buttonStyle,
8989
color: stopColors[index % stopColors.length],
9090
};

0 commit comments

Comments
 (0)