Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

fix: warning about modules with names differing in casing #148

Merged

Conversation

antoinechalifour
Copy link
Contributor

Type:

The following has been addressed in the PR:

This PR removes a warning in the dev environment.

Description:

The module.accept method was called with a different casing with resulted in a warning in the console :)

image

@codecov-io
Copy link

Codecov Report

Merging #148 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #148   +/-   ##
=======================================
  Coverage   84.12%   84.12%           
=======================================
  Files          92       92           
  Lines         926      926           
  Branches      166      151   -15     
=======================================
  Hits          779      779           
- Misses        128      132    +4     
+ Partials       19       15    -4
Impacted Files Coverage Δ
src/components/Header/Header.tsx 89.47% <0%> (ø) ⬆️
src/components/Install/Install.tsx 83.33% <0%> (ø) ⬆️
src/components/DetailSidebar/DetailSidebar.tsx 89.47% <0%> (ø) ⬆️
...mponents/RegistryInfoDialog/RegistryInfoDialog.tsx 66.66% <0%> (ø) ⬆️

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 584f4c1...699adbc. Read the comment docs.

@priscilawebdev
Copy link
Contributor

Thank you @antoinechalifour 😊

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants