WildAid / o-fish-web

Web application for the Officer's Fishery Information Sharing Hub (O-FISH). The web app allows agencies to gain insights from the aggregated information gathered during a routine vessel inspection (submitted via the web app).
Apache License 2.0
31 stars 41 forks source link

Cleanup: no inline css #320

Closed Sheeri closed 3 years ago

Sheeri commented 3 years ago

In src/components/vessels/vessels.component.js there is inline style in a random div. Before removing the extra div:

Screen Shot 2020-10-29 at 9 39 01 AM

After removing the extra div:

Screen Shot 2020-10-29 at 9 39 06 AM

Code change is in https://github.com/WildAid/o-fish-web/commit/0c9f6aa5036d0711e70bfa7c9062079a5492e929

Sheeri commented 3 years ago

Removing a similar div from src/components/crew/crew.component.js in https://github.com/WildAid/o-fish-web/commit/6c50e278083cf405bbc65736be12437e8d3f93c1