mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Add displayName so that ActionButtonCell can be referenced in tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user