Skip to content

Commit 6157864

Browse files
committed
575: Remove RFM from 360 results
1 parent e848891 commit 6157864

File tree

1 file changed

+0
-8
lines changed
  • src/client/src/pages/DataView360/Search

1 file changed

+0
-8
lines changed

src/client/src/pages/DataView360/Search/Search.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export const Search360 = (props) => {
119119
<TableCell width="5%">Last Name</TableCell>
120120
<TableCell width="5%">Email</TableCell>
121121
<TableCell width="10%">Mobile</TableCell>
122-
<TableCell width="10%">RFM Score</TableCell>
123122
<TableCell width="10%">Source</TableCell>
124123
<TableCell width="10%">ID in Source</TableCell>
125124
</TableRow>
@@ -136,13 +135,6 @@ export const Search360 = (props) => {
136135
<TableCell>{row.last_name}</TableCell>
137136
<TableCell>{row.email}</TableCell>
138137
<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>
146138
<TableCell>{row.source_type}</TableCell>
147139
<TableCell>{row.source_id}</TableCell>
148140
</TableRow>

0 commit comments

Comments
 (0)