Skip to content

Commit e1dd415

Browse files
committed
Changing file from tsx to js
1 parent da6f72f commit e1dd415

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 renamed to experiences/bus-bunching/controls/lib/index.js

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

86-
const busStopSymbol = (index: number) => {
86+
const busStopSymbol = (index) => {
8787
const stopStyle = {
8888
...buttonStyle,
8989
color: stopColors[index % stopColors.length],

0 commit comments

Comments
 (0)