We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6fa701 + 8da5e42 commit ac0c8dcCopy full SHA for ac0c8dc
2 files changed
src/components/atoms/CopyMultilineValue/index.jsx
@@ -54,7 +54,7 @@ class CopyMultineValue extends React.Component<Props> {
54
return (
55
<Wrapper
56
onClick={() => { this.handleCopy() }}
57
- data-test-id={this.props['data-test-id'] || 'copyMultilineValue'}
+ data-test-id={(this.props && this.props['data-test-id']) || 'copyMultilineValue'}
58
>
59
{this.props.value}
60
<CopyButton />
src/components/organisms/MainDetails/index.jsx
@@ -44,7 +44,6 @@ const ColumnsLayout = styled.div`
44
`
45
const Column = styled.div`
46
${props => StyleProps.exactWidth(props.width)}
47
- /* width: ${props => props.width}; */
48
49
const Arrow = styled.div`
50
width: 34px;
0 commit comments