File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -39,39 +39,39 @@ const SinglePropertyDetail = ({
39
39
< table >
40
40
< tbody >
41
41
< tr >
42
- < th className = "text-left font-normal" > Neighborhood</ th >
42
+ < th scope = "row" className = "text-left font-normal" > Neighborhood</ th >
43
43
< td > { neighborhood } </ td >
44
44
</ tr >
45
45
< tr >
46
- < th className = "text-left font-normal" > Gun Crime Rate</ th >
46
+ < th scope = "row" className = "text-left font-normal" > Gun Crime Rate</ th >
47
47
< td > { guncrime_density } </ td >
48
48
</ tr >
49
49
< tr >
50
- < th className = "text-left font-normal" > Drug Crime</ th >
50
+ < th scope = "row" className = "text-left font-normal" > Drug Crime</ th >
51
51
< td > ???</ td >
52
52
</ tr >
53
53
< tr >
54
- < th className = "text-left font-normal" > Tree Canopy Gap</ th >
54
+ < th scope = "row" className = "text-left font-normal" > Tree Canopy Gap</ th >
55
55
< td > { Math . round ( tree_canopy_gap * 100 ) } %</ td >
56
56
</ tr >
57
57
< tr >
58
- < th className = "text-left font-normal" > Suggested Priority</ th >
58
+ < th scope = "row" className = "text-left font-normal" > Suggested Priority</ th >
59
59
< td > { priority_level } </ td >
60
60
</ tr >
61
61
< tr >
62
- < th className = "text-left font-normal" > L& I Violations </ th >
62
+ < th scope = "row" className = "text-left font-normal" > L& I Violations </ th >
63
63
< td > ???</ td >
64
64
</ tr >
65
65
< tr >
66
- < th className = "text-left font-normal" > Tax delinquency</ th >
66
+ < th scope = "row" className = "text-left font-normal" > Tax delinquency</ th >
67
67
< td > ???</ td >
68
68
</ tr >
69
69
< tr >
70
- < th className = "text-left font-normal" > Acquisition Process</ th >
70
+ < th scope = "row" className = "text-left font-normal" > Acquisition Process</ th >
71
71
< td > { access_process } </ td >
72
72
</ tr >
73
73
< tr >
74
- < th className = "text-left font-normal" > Zip Code</ th >
74
+ < th scope = "row" className = "text-left font-normal" > Zip Code</ th >
75
75
< td > { zipcode } </ td >
76
76
</ tr >
77
77
</ tbody >
You can’t perform that action at this time.
0 commit comments