Checkin rule visualization: Fix swapped + and -

This commit is contained in:
Raphael Michel
2021-05-20 18:23:36 +02:00
parent 732bfba19b
commit 0348b0985c

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>