Skip to content

Commit

Permalink
Just show button when we already had one brew
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Jan 29, 2018
1 parent 5a5c3e0 commit 50742d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@
"android"
]
}
}
}
2 changes: 1 addition & 1 deletion src/pages/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 style="font-size:2rem;">Beanconqueror</h1>
<span *ngIf="uiStatistic.getBrewsDrunk() != 1">
Brühungen gesamt
</span>
<div style="max-width:200px;margin:0 auto;">
<div *ngIf="uiStatistic.getBrewsDrunk() >0" style="max-width:200px;margin:0 auto;">
<button margin-top outline ion-button block small
icon-left (click)="addBrew()" >
<ion-icon name="md-add" item-start></ion-icon>
Expand Down

0 comments on commit 50742d5

Please sign in to comment.