1
0
forked from PGL/Clyde

Fixing some little bugs and details

This commit is contained in:
2024-04-22 00:39:17 +02:00
parent b382bf957f
commit fcb48ac71a
4 changed files with 4 additions and 4 deletions

View File

@ -253,7 +253,7 @@
{{ i18n("alreadypaid") }}
</div>
<div>
<button @click="windowState=7" v-if="minerv.value.toPay <= 0">{{ i18n("askscholarship") }}</button>
<button @click="windowState=7" v-if="minerv.value.toPay >= 0">{{ i18n("askscholarship") }}</button>
</div>
</div>
<div v-if="windowState === 5">