Remove overriding variable

This commit is contained in:
Daniel 2023-10-28 00:53:32 +02:00
parent 3fa36a32ee
commit f18bc24c1c

View File

@ -46,7 +46,6 @@ export default class Privacy {
indepencence_t = `There are ${indepencence_t} 3rd-party services here.` indepencence_t = `There are ${indepencence_t} 3rd-party services here.`
let score = (encryption + indepencence) / 2 let score = (encryption + indepencence) / 2
score = 0.99
let score_t, score_d let score_t, score_d
if (score == 1) { if (score == 1) {
score_t = "Superb" score_t = "Superb"