File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const SinglePropertyDetail = ({
35
35
< h2 className = "font-bold text-2xl" > { address } </ h2 >
36
36
</ div >
37
37
< div className = "flex" >
38
- < div className = "p-2" >
38
+ < div className = "p-2 flex-grow " >
39
39
< table >
40
40
< tbody >
41
41
< tr >
@@ -52,7 +52,7 @@ const SinglePropertyDetail = ({
52
52
</ tr >
53
53
< tr >
54
54
< th className = "text-left font-normal" > Tree Canopy Gap</ th >
55
- < td > { tree_canopy_gap } </ td >
55
+ < td > { Math . round ( tree_canopy_gap * 100 ) } % </ td >
56
56
</ tr >
57
57
< tr >
58
58
< th className = "text-left font-normal" > Suggested Priority</ th >
@@ -77,14 +77,14 @@ const SinglePropertyDetail = ({
77
77
</ tbody >
78
78
</ table >
79
79
</ div >
80
- < div className = "p-2" >
80
+ < div className = "p-2 flex-grow " >
81
81
< h3 className = "pb-1 font-bold text-lg" > Owner</ h3 >
82
- < div className = "pb-2 " >
82
+ < div className = "pb-3 " >
83
83
< p > { owner_1 } </ p >
84
84
< p > { owner_2 } </ p >
85
85
</ div >
86
86
< h3 className = "pb-1 font-bold text-lg" > Relevant Info</ h3 >
87
- < p className = "pb-2" > weeeee </ p >
87
+ < p > ???? </ p >
88
88
</ div >
89
89
</ div >
90
90
</ div >
You can’t perform that action at this time.
0 commit comments