Skip to content

Commit

Permalink
Changing file from tsx to js
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice11 committed Oct 14, 2024
1 parent da6f72f commit e1dd415
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const ControlsComponent = () => {
[sendMessage]
);

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

0 comments on commit e1dd415

Please sign in to comment.