Skip to content

Commit

Permalink
Fix tutorial link nitpick (hyperledger-archives#2054)
Browse files Browse the repository at this point in the history
Ensure playground tutorial link is displayed on local playground
after single script install

Contributes to #2044

Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti authored Sep 5, 2017
1 parent 955e64b commit 356a688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>My Wallet</h1>
<div class="connection-profile" *ngFor="let connectionProfileRef of connectionProfileRefs;">
<span class="connection-profile-title">
<h2>Identities for {{this.connectionProfileRef === 'web-$default' ? 'Web Browser' : this.connectionProfileNames.get(connectionProfileRef) }}</h2>
<tutorial-link *ngIf="idCards.size == 1"></tutorial-link>
<tutorial-link *ngIf="this.connectionProfileRef === 'web-$default' && idCards.size == indestructibleCards.length"></tutorial-link>
</span>
<div class="identities">
<identity-card *ngFor="let cardRef of idCardRefs.get(connectionProfileRef)"
Expand Down

0 comments on commit 356a688

Please sign in to comment.