Commit 9a42ff8
committed
fix: correct event type matching for red dot color
- Change from checking 'failed' or 'error' to checking 'failure'
- Ensures proper red color for failure event types
- Matches actual event type names from API response1 parent ad64fb9 commit 9a42ff8
File tree
1 file changed
+1
-1
lines changed- apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/transactions/tx/[id]
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
0 commit comments