This commit is contained in:
FallenGravity
2019-10-22 16:37:01 +02:00
parent 2dff2c7a35
commit 80d5155a12
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ class tableTransactions {
} else if (data == 1) {
return '<i class="fas fa-arrow-right"></i>';
} else {
return '<i class="fas fa-arrows-alt-h"></i>';
return '<i class="fas fa-arrow-right"></i>';
}
}
}, {