File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/client/src/pages/DataView360/Search Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ export const Search360 = (props) => {
119
119
< TableCell width = "5%" > Last Name</ TableCell >
120
120
< TableCell width = "5%" > Email</ TableCell >
121
121
< TableCell width = "10%" > Mobile</ TableCell >
122
- < TableCell width = "10%" > RFM Score</ TableCell >
123
122
< TableCell width = "10%" > Source</ TableCell >
124
123
< TableCell width = "10%" > ID in Source</ TableCell >
125
124
</ TableRow >
@@ -136,13 +135,6 @@ export const Search360 = (props) => {
136
135
< TableCell > { row . last_name } </ TableCell >
137
136
< TableCell > { row . email } </ TableCell >
138
137
< TableCell > { formatPhoneNumber ( row . mobile ) } </ TableCell >
139
- < TableCell
140
- style = { {
141
- backgroundColor : row . rfm_color ,
142
- color : row . rfm_text_color
143
- } } >
144
- { row . rfm_score } ({ row . rfm_label } )
145
- </ TableCell >
146
138
< TableCell > { row . source_type } </ TableCell >
147
139
< TableCell > { row . source_id } </ TableCell >
148
140
</ TableRow >
You can’t perform that action at this time.
0 commit comments