Refactor BlocksSummariesRepository::$saveSummary

This commit is contained in:
nymkappa
2022-07-15 11:03:59 +02:00
parent 7a466a7be9
commit d68bc1f181
4 changed files with 15 additions and 14 deletions

View File

@@ -143,9 +143,7 @@ export default class TxView implements TransactionStripped {
getColor(): Color {
// Block audit
if (this.status === 'found') {
// return hexToColor('1a4987');
} else if (this.status === 'missing') {
if (this.status === 'missing') {
return hexToColor('039BE5');
} else if (this.status === 'added') {
return hexToColor('D81B60');