DAVFoundation / xplore

⛓ A block explorer for local Ethereum testnets
MIT License
62 stars 65 forks source link

refactor: extracted block as a seperate component #47

Closed cg-cnu closed 6 years ago

cg-cnu commented 6 years ago

As i did for Accounts, I refactored blocks.jsx as well.

Description

Extracted block into a separate file block.jsx @TalAter Again, if any better name ? let me know!

Moved map to the render function.

How Has This Been Tested?

npm test is good and no errors in the ui!