Revert "Checkin rule visualization: Fix swapped + and -"

This reverts commit 0348b0985c.
This commit is contained in:
Raphael Michel
2021-05-27 12:51:12 +02:00
parent 93da4801db
commit f40c35baf1

View File

@@ -29,8 +29,8 @@
{{ this.$root.texts[rightoperand.buildTime[0]] }}
</span>
<span v-if="operands[2]">
<span v-if="operator === 'isBefore'">-</span>
<span v-else>+</span>
<span v-if="operator === 'isBefore'">+</span>
<span v-else>-</span>
{{ operands[2] }}
{{ this.$root.texts.minutes }}
</span>