typo
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
69a25d8d03
commit
02451818ef
|
@ -201,11 +201,8 @@ class Controller extends Section {
|
||||||
const pastDays = Math.floor(timeDifference / 86400000);
|
const pastDays = Math.floor(timeDifference / 86400000);
|
||||||
|
|
||||||
if (pastDays >= this.ticketConfig[0].daysForWarningClaim)
|
if (pastDays >= this.ticketConfig[0].daysForWarningClaim)
|
||||||
|
|
||||||
this.$.claimConfirm.show();
|
this.$.claimConfirm.show();
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
this.onCreateClaimAccepted();
|
this.onCreateClaimAccepted();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue