File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/shared/components/Looker Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ export default class Looker extends Component {
169
169
return value ? (
170
170
< td key = { record [ prop ] } style = { fixStyle ( styles ) } title = { value } styleName = "body-row" >
171
171
{ memberLinks ? (
172
- < a styleName = "handle-link" href = { `${ window . origin } /members/${ value } ` } target = { `${ _ . includes ( window . origin , 'www' ) ? '_self' : '_blank' } ` } style = { { color : ratingProp ? getRatingColor ( record [ ratingProp ] ) : null } } >
172
+ < a styleName = "handle-link" href = { `${ window . origin } /members/${ value } ` } target = { `${ _ . includes ( window . origin , 'www' ) ? '_self' : '_blank' } ` } style = { { color : ratingProp ? ` ${ getRatingColor ( record [ ratingProp ] ) } !important` : null } } >
173
173
{ value }
174
174
</ a >
175
175
) : value }
You can’t perform that action at this time.
0 commit comments