feat: add transaction type coloring and note to recurring transaction table

This commit is contained in:
Herculino Trotta
2024-11-30 02:45:44 -03:00
parent 4b31e3b1f0
commit 59d8dc7290

View File

@@ -102,7 +102,6 @@
{{ recurring_transaction.description }}
</div>
<div class="tw-text-sm tw-text-gray-400">{{ recurring_transaction.notes }}</div>
</td>
</tr>
{% endfor %}