Commit ceb07d213799aa6ec038bd11d994d0dea4bb9c30
1 parent
42aadd21
Exists in
master
no message
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/app/dashboard/dashboard.component.html
... | ... | @@ -935,7 +935,6 @@ |
935 | 935 | </div> |
936 | 936 | <br> |
937 | 937 | <br> |
938 | - | |
939 | 938 | <button type="button" class="btn btn-circle button " *ngFor="let name of ButtonValue" (click)="getButton9(name.valueN);getButton9Onhold(name.valueN);" |
940 | 939 | style="margin-left: 5px; margin-top: 2px;"><div>{{NumType9}}</div> {{ name.name }} |
941 | 940 | </button> | ... | ... |