style: fix quality tools
This commit is contained in:
parent
f2aa81b6d2
commit
329739b103
2 changed files with 1 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label class="block text-text-secondary mb-2">Roll Mode:</label>
|
<div class="block text-text-secondary mb-2">Roll Mode:</div>
|
||||||
<div class="roll-mode flex rounded-lg overflow-hidden">
|
<div class="roll-mode flex rounded-lg overflow-hidden">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|
|
@ -39,8 +39,6 @@ export class DiceComponent implements OnInit {
|
||||||
|
|
||||||
private readonly MAX_DICE_VALUE = 100;
|
private readonly MAX_DICE_VALUE = 100;
|
||||||
|
|
||||||
constructor() {}
|
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
this.diceForm.valueChanges
|
this.diceForm.valueChanges
|
||||||
.pipe(
|
.pipe(
|
||||||
|
|
Reference in a new issue