Fix PTP_Approved turning into HDBits Internal.

pull/1410/head
Leonardo Galli 7 years ago
parent 5540594ecf
commit 064844ac0c

@ -40,6 +40,7 @@ module.exports = Backgrid.Cell.extend({
case "PTP_Approved":
addon = "✔";
title = "Approved by PTP"
break;
case "HDB_Internal":
addon = "⭐️";
title = "HDBits Internal";

Loading…
Cancel
Save