File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/client/src/pages/DataView360/View/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const customStyles = theme => ({
26
26
}
27
27
} ) ;
28
28
29
- const ROWS_TO_SHOW = 3
29
+ const ROWS_TO_SHOW = 5
30
30
31
31
class Donations extends Component {
32
32
constructor ( props ) {
@@ -66,7 +66,7 @@ class Donations extends Component {
66
66
< AttachMoneyIcon color = 'primary' fontSize = 'inherit' />
67
67
</ Grid >
68
68
< Grid item >
69
- Financial Support Activity (Top 3 )
69
+ Financial Support Activity (Top 5 )
70
70
</ Grid >
71
71
</ Grid >
72
72
</ Typography >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const customStyles = theme => ({
27
27
} ,
28
28
} ) ;
29
29
30
- const SHIFTS_TO_SHOW = 3 ;
30
+ const SHIFTS_TO_SHOW = 5 ;
31
31
32
32
class Volunteer extends Component {
33
33
@@ -93,7 +93,7 @@ class Volunteer extends Component {
93
93
< TimelineIcon color = 'primary' fontSize = 'inherit' />
94
94
</ Grid >
95
95
< Grid item >
96
- Volunteer History (Top 3 )
96
+ Volunteer History (Top 5 )
97
97
</ Grid >
98
98
</ Grid >
99
99
</ Typography >
You can’t perform that action at this time.
0 commit comments