typo
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-05-17 14:31:19 +02:00
parent 69a25d8d03
commit 02451818ef
1 changed files with 0 additions and 3 deletions

View File

@ -201,11 +201,8 @@ class Controller extends Section {
const pastDays = Math.floor(timeDifference / 86400000);
if (pastDays >= this.ticketConfig[0].daysForWarningClaim)
this.$.claimConfirm.show();
else
this.onCreateClaimAccepted();
}