We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4465af commit 5a7d5b2Copy full SHA for 5a7d5b2
src/components/bean-information/bean-information.component.html
@@ -4,6 +4,9 @@
4
<ion-row>
5
<ion-col class="expand-fill-space" style="margin: auto 0;">
6
<div class="ion-no-padding font-size-20 ion-title no-overflow-ellipsis center-icons-to-text add-child-margin">
7
+ @if ((bean.decaffeinated)) {
8
+ <ion-icon name="moon"> </ion-icon>
9
+ }
10
@if ((bean | beanFunctionPipe: BEAN_FUNCTION_PIPE_ENUM.IS_FROZEN)) {
11
<ion-icon name="snow-outline"> </ion-icon>
12
}
0 commit comments