Skip to content

Commit

Permalink
style(project-map): update style of task requested for maping and unl…
Browse files Browse the repository at this point in the history
…ocked for validate on map
  • Loading branch information
suzit-10 committed Aug 1, 2024
1 parent f9b99fc commit 08fef72
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ export default function MapSection() {
paint: {
'fill-color': '#F3C5C5',
'fill-outline-color': '#484848',
'fill-opacity': 0.9,
'fill-opacity': 0.7,
},
}
: taskStatusObj?.[`${task?.id}`] === 'TASK_COMPLETED'
: taskStatusObj?.[`${task?.id}`] === 'UNLOCKED_TO_VALIDATE'
? {
type: 'fill',
paint: {
Expand Down

0 comments on commit 08fef72

Please sign in to comment.