Merge branch 'main' into pb/feedback-fixes

This commit is contained in:
MufCZ 2024-09-27 13:05:22 +02:00 committed by GitHub
commit 00c0a2ef34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -265,7 +265,7 @@ export const useData = defineStore('data', () => {
isValid = value ? true : false isValid = value ? true : false
} }
if (ref.field === 'compliance') { if (ref.field === 'compliance') {
negative = value positive = value
} }
rankPoints += isValid ? ref.points : 0 rankPoints += isValid ? ref.points : 0