poanetwork / poa-popa

DApp for proof of physical address (PoPA) attestation for validators of POA Network
https://popa.poa.network
GNU General Public License v3.0
24 stars 18 forks source link

(Improvement) Displaying postcard price in UI #181

Closed garatortiz closed 6 years ago

garatortiz commented 6 years ago
coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 574


Totals Coverage Status
Change from base Build 539: -0.07%
Covered Lines: 1022
Relevant Lines: 1240

💛 - Coveralls
phahulin commented 6 years ago

I had to move price variables to .env file, otherwise react can't find them (builds static htmls). Also fixed markup in few places.

phahulin commented 6 years ago

@fvictorio please re-review, I made changes based on your suggestions.

fvictorio commented 6 years ago

I removed the app.use for the register, that will be fixed in #179. I removed just that one to avoid future merge conflicts.