fix: billableaua — lifestyle threshold at 7.96 (rounds to 8.0)
This commit is contained in:
@@ -430,7 +430,7 @@
|
||||
const perDayStr = perDay.toFixed(1).replace('.', ',');
|
||||
|
||||
let verdict = '';
|
||||
if (perDay >= 8) {
|
||||
if (perDay >= 7.96) {
|
||||
verdict = '<span class="verdict">Das ist kein Job. <span class="dim">Das ist ein Lifestyle.</span></span>';
|
||||
} else if (perDay > 7) {
|
||||
verdict = '<span class="verdict">Das ist die Theorie. <span class="dim">In der Praxis bist du länger da.</span></span>';
|
||||
|
||||
Reference in New Issue
Block a user