Skip to content

Commit

Permalink
Fixed styling for hidden attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jan 22, 2019
1 parent ae7520b commit 8d7d375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion ui/src/app/core/service/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ export class UserService {
return this.http.get<User>(
`${this.base}/admin/users/current`
);
// .pipe(map(user => ({ ...user, role: 'ROLE_USER' })));
}
} /* istanbul ignore next */
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<wizard (onNext)="next()" (onPrevious)="previous()" (onSave)="save()"></wizard>
<hr />
<div class="py-4">
<div class="col-11">
<router-outlet></router-outlet>
</div>
<div class="py-3">
<div class="col-11">
<router-outlet></router-outlet>
</div>
</div>
<wizard-summary
[summary]="summary$ | async"
Expand Down

0 comments on commit 8d7d375

Please sign in to comment.