Skip to content

Commit

Permalink
fix(lodash): Fix capitalization of imported module
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed May 2, 2017
1 parent c9fe1ca commit 6de9c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/route-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Pure from '@conveyal/woonerf/components/pure'
import Color from 'color'
import React from 'react'
import toCapitalCase from 'lodash/capitalize'
import toSpaceCase from 'lodash/lowercase'
import toSpaceCase from 'lodash/lowerCase'
import unique from 'lodash/uniq'

import {
Expand Down

0 comments on commit 6de9c3a

Please sign in to comment.