Skip to content

Commit

Permalink
fix(example): Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed May 1, 2020
1 parent 02fef27 commit 94982a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
import otpConfig from './config.yml'

const MyLegIcon = TriMetLegIcon // For testing, you can use () => <Ferry />
const MyModeIcon = () => TriMetModeIcon // For testing, you can use () => <AerialTram />
const MyModeIcon = TriMetModeIcon // For testing, you can use () => <AerialTram />

// create an initial query for demo/testing purposes
const initialQuery = {
Expand Down

0 comments on commit 94982a1

Please sign in to comment.