Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add twitter handle scheme back in #752

Merged
merged 2 commits into from
Nov 19, 2019
Merged

Add twitter handle scheme back in #752

merged 2 commits into from
Nov 19, 2019

Conversation

ericnewcomer
Copy link
Member

No description provided.

);
const AddURNComp: React.SFC<AddURN> = ({ scheme, path }): JSX.Element => {
const schemeObject = getSchemeObject(scheme);
const schemeName = schemeObject ? schemeObject.name : scheme;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a failsafe, fallback to the scheme as the name if we don't recognize it.

@codecov
Copy link

codecov bot commented Nov 19, 2019

Codecov Report

Merging #752 into master will decrease coverage by <.01%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #752      +/-   ##
==========================================
- Coverage   64.14%   64.13%   -0.01%     
==========================================
  Files         164      164              
  Lines        6071     6073       +2     
  Branches     1406     1407       +1     
==========================================
+ Hits         3894     3895       +1     
  Misses       1750     1750              
- Partials      427      428       +1
Impacted Files Coverage Δ
src/config/typeConfigs.ts 75% <ø> (ø) ⬆️
src/components/flow/actions/addurn/AddURN.tsx 80% <75%> (-20%) ⬇️

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 81a1af1...63d8646. Read the comment docs.

@ericnewcomer ericnewcomer merged commit 89ab71e into master Nov 19, 2019
@ericnewcomer ericnewcomer deleted the twitter_handle branch November 19, 2019 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant