AlexKMarshall / regMan

CRM to manage registrations to summer camps
MIT License
2 stars 0 forks source link

fix(client): remove unused match prop from Navbar #111

Closed AlexKMarshall closed 4 years ago

AlexKMarshall commented 4 years ago

And make the imports in the ts file use full paths, not @app

codecov[bot] commented 4 years ago

Codecov Report

Merging #111 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #111   +/-   ##
=======================================
  Coverage   53.17%   53.17%           
=======================================
  Files          50       50           
  Lines         694      694           
  Branches       67       67           
=======================================
  Hits          369      369           
  Misses        302      302           
  Partials       23       23           
Impacted Files Coverage Δ
client/src/components/Form/Form.tsx 0.00% <ø> (ø)
client/src/components/Resources/Navbar/Navbar.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9c2b9c4...f3bc270. Read the comment docs.