File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const status = {
18
18
styleClass : 'govuk-tag--red'
19
19
} ,
20
20
NOTAGREED : {
21
- styleClass : 'govuk-tag--red '
21
+ styleClass : 'govuk-tag--pink '
22
22
} ,
23
23
ACCEPTED : {
24
24
styleClass : 'govuk-tag--purple'
@@ -28,6 +28,12 @@ const status = {
28
28
} ,
29
29
CLAIMED : {
30
30
styleClass : 'govuk-tag--blue'
31
+ } ,
32
+ INCHECK : {
33
+ styleClass : 'govuk-tag--orange'
34
+ } ,
35
+ READYTOPAY : {
36
+ styleClass : 'govuk-tag'
31
37
}
32
38
}
33
39
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ffc-ahwr-backoffice" ,
3
- "version" : " 1.14.6 " ,
3
+ "version" : " 1.14.7 " ,
4
4
"description" : " Back office of the health and welfare of your livestock" ,
5
5
"homepage" : " https://github.com/DEFRA/ffc-ahwr-backoffice" ,
6
6
"main" : " app/index.js" ,
You can’t perform that action at this time.
0 commit comments