Skip to content

Commit ee3365a

Browse files
committed
Bug Fix: Removed green color because of isImplemented variable in matrix component
1 parent 0f0dcef commit ee3365a

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

src/app/component/matrix/matrix.component.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,9 @@
6868
(click)="
6969
navigate(element.Dimension, element.SubDimension, i + 1, task)
7070
">
71-
<div
72-
*ngIf="
73-
YamlObject[element.Dimension][element.SubDimension][task][
74-
'isImplemented'
75-
];
76-
then thenBlock;
77-
else elseBlock
78-
"></div>
79-
<ng-template #thenBlock>
80-
<p style="color: green; margin: 0">{{ task }}</p>
81-
</ng-template>
82-
<ng-template #elseBlock>
71+
<div>
8372
<p style="margin: 0">{{ task }}</p>
84-
</ng-template>
73+
</div>
8574
<span class="tags-task">
8675
[
8776
<span

0 commit comments

Comments
 (0)