Skip to content

Commit

Permalink
buggfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sheriffenjohn committed Jun 25, 2018
1 parent 26b5134 commit 4d945f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/komponentkartan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vgr-komponentkartan",
"version": "3.0.0-beta18",
"version": "3.0.0-beta20",
"peerDependencies": {
"ngx-perfect-scrollbar": "^5.3.5",
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<span>Inloggad som:
<br />{{userName}}</span>
</div>
<vgr-ring-with-text [text]="userName" [textColor]="textColor" [circleColor]="circleColor"></vgr-ring-with-text>
<vgr-ring-with-text [text]="initials" [textColor]="textColor" [circleColor]="circleColor"></vgr-ring-with-text>

0 comments on commit 4d945f8

Please sign in to comment.