mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
Add displayName so that ActionButtonCell can be referenced in tests
This commit is contained in:
parent
9af3fa557b
commit
d8814b7162
@ -1,6 +1,7 @@
|
||||
import DataListCell from '@components/DataListCell';
|
||||
import styled from 'styled-components';
|
||||
|
||||
DataListCell.displayName = 'ActionButtonCell';
|
||||
export default styled(DataListCell)`
|
||||
& > :not(:first-child) {
|
||||
margin-left: 20px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user