Skip to content

Commit

Permalink
fix(Modification):fixed flavor diff for current flavor without modifi…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
dweinholz committed Jan 21, 2025
1 parent f757320 commit c0a3c21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class ResourceDetailComponent extends ApplicationBaseClassComponent imple
this.flavorDiffs.push({
name: flavor.name,
current: flavor.counter,
diff: 0,
diff: 0 - flavor.counter,
new: 0
})
})
Expand Down

0 comments on commit c0a3c21

Please sign in to comment.