hackoregon / civic

The frontend monorepo for the CIVIC platform.
http://civicplatform.org
MIT License
60 stars 26 forks source link

Increasing Volume Of Money tooltip fix #376

Open jaronheard opened 6 years ago

jaronheard commented 6 years ago

The tooltip label for this card should display the month and year instead of just year. http://civicplatform.org/cards/increasing-volume-of-money

image
toyotathon commented 5 years ago

Tried to run the development server for the 2018-local-elections package, but got the following error. Did I miss building something?

Screen Shot 2019-05-29 at 12 03 16 AM
jaronheard commented 5 years ago

@champagneabuelo -- Ah, yeah, it looks like that package may not have built. Quick fix is to cd into packages/mock-wrapper and yarn build.

It sounds like maybe you weren't able to run yarn build from project root successfully -- that should build all of the packages. It does take a while.

toyotathon commented 5 years ago

Ah, yup that fixed it! Thanks for your help!