refactor: refs #8833 streamline state color handling in Claim components #1691
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1691
Loading…
Reference in New Issue
No description provided.
Delete Branch "8833-addColumnClassColor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
verdnatura/salix#3663
@ -37,2 +31,2 @@
function stateColor(code) {
return STATE_COLOR[code];
function stateColor(entity) {
return entity?.claimState?.classColor || 'grey';
quitar grey