diff --git a/internal/template/transaction/transaction.templ b/internal/template/transaction/transaction.templ index bb48a56..cf10e88 100644 --- a/internal/template/transaction/transaction.templ +++ b/internal/template/transaction/transaction.templ @@ -224,15 +224,9 @@ templ EditTransaction(transaction *types.Transaction, accounts []*types.Account, } templ TransactionItem(transaction *types.Transaction, accounts, treasureChests map[uuid.UUID]string) { - {{ - background := "" - if transaction.Error != nil { - background = "" - } - }}