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

Don't provide username null #1576

Merged
merged 1 commit into from
May 9, 2021
Merged

Conversation

raimund-schluessler
Copy link
Member

Fix username is null error in the Avatar component nextcloud-libraries/nextcloud-vue#1856

Turns out I was using it wrong. When no user was found (yet), I set displayName to null while the Avatar component assumes undefined.

Signed-off-by: Raimund Schlüßler <[email protected]>
@codecov
Copy link

codecov bot commented May 9, 2021

Codecov Report

Merging #1576 (15c2270) into master (b735d21) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master    #1576   +/-   ##
=======================================
  Coverage   32.29%   32.29%           
=======================================
  Files          55       55           
  Lines        2799     2799           
  Branches      528      528           
=======================================
  Hits          904      904           
  Misses       1756     1756           
  Partials      139      139           

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

Successfully merging this pull request may close these issues.

1 participant