@@ -23,15 +23,14 @@ import FocalPersonsListItem from '../ListItem';
23
23
const nameSpan = { xxl : 3 , xl : 3 , lg : 3 , md : 5 , sm : 10 , xs : 10 } ;
24
24
const phoneSpan = { xxl : 2 , xl : 2 , lg : 3 , md : 4 , sm : 9 , xs : 9 } ;
25
25
const emailSpan = { xxl : 3 , xl : 4 , lg : 5 , md : 7 , sm : 0 , xs : 0 } ;
26
- const agencySpan = { xxl : 5 , xl : 4 , lg : 3 , md : 0 , sm : 0 , xs : 0 } ;
27
- const roleSpan = { xxl : 5 , xl : 4 , lg : 4 , md : 0 , sm : 0 , xs : 0 } ;
26
+ const roleSpan = { xxl : 10 , xl : 8 , lg : 7 , md : 0 , sm : 0 , xs : 0 } ;
28
27
const areaSpan = { xxl : 5 , xl : 5 , lg : 4 , md : 5 , sm : 0 , xs : 0 } ;
28
+
29
29
const headerLayout = [
30
30
{ ...nameSpan , header : 'Name' } ,
31
- { ...phoneSpan , header : 'Mobile Number' } ,
32
- { ...emailSpan , header : 'Email Address' } ,
33
- { ...agencySpan , header : 'Agency' } ,
34
- { ...roleSpan , header : 'Role' } ,
31
+ { ...roleSpan , header : 'Title & Organization' } ,
32
+ { ...phoneSpan , header : 'Phone Number' } ,
33
+ { ...emailSpan , header : 'Email' } ,
35
34
{ ...areaSpan , header : 'Area' } ,
36
35
] ;
37
36
const { getFocalPeopleExportUrl } = httpActions ;
@@ -69,7 +68,7 @@ class FocalPersonsList extends Component {
69
68
* @name handleOnSelectFocalPerson
70
69
* @description Handle select a single focalPerson action
71
70
*
72
- * @param {Object } focalPerson selected focalPerson object
71
+ * @param {object } focalPerson selected focalPerson object
73
72
*
74
73
* @version 0.1.0
75
74
* @since 0.1.0
@@ -157,7 +156,7 @@ class FocalPersonsList extends Component {
157
156
* @name handleOnDeselectFocalPerson
158
157
* @description Handle deselect a single focalPerson action
159
158
*
160
- * @param {Object } focalPerson focalPerson to be removed from selected focalPeople
159
+ * @param {object } focalPerson focalPerson to be removed from selected focalPeople
161
160
* @returns {undefined } undefined
162
161
*
163
162
* @version 0.1.0
0 commit comments