Skip to content

Commit 33a7f22

Browse files
committed
Fix
1 parent 46297b3 commit 33a7f22

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

internal/transactions/transactions.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,8 @@ func (r *transactionResult) String() string {
147147
if r.result.Status == flow.TransactionStatusSealed {
148148
statusBadge = output.OkEmoji()
149149
statusText = branding.GreenStyle.Render(statusText)
150-
} else {
151-
statusText = statusText // leave uncolored for non-sealed statuses
152150
}
151+
// leave uncolored for non-sealed statuses
153152
_, _ = fmt.Fprintf(writer, "%s\t%s %s\n", branding.GrayStyle.Render("Status"), statusBadge, statusText)
154153
}
155154

0 commit comments

Comments
 (0)