mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
remove unused var
This commit is contained in:
@@ -34,7 +34,6 @@ const DetailValue = styled(
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const Detail = ({
|
const Detail = ({
|
||||||
id,
|
|
||||||
label,
|
label,
|
||||||
value,
|
value,
|
||||||
fullWidth,
|
fullWidth,
|
||||||
@@ -78,7 +77,6 @@ const Detail = ({
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
Detail.propTypes = {
|
Detail.propTypes = {
|
||||||
id: string,
|
|
||||||
label: node.isRequired,
|
label: node.isRequired,
|
||||||
value: node,
|
value: node,
|
||||||
fullWidth: bool,
|
fullWidth: bool,
|
||||||
@@ -86,7 +84,6 @@ Detail.propTypes = {
|
|||||||
helpText: string,
|
helpText: string,
|
||||||
};
|
};
|
||||||
Detail.defaultProps = {
|
Detail.defaultProps = {
|
||||||
id: null,
|
|
||||||
value: null,
|
value: null,
|
||||||
fullWidth: false,
|
fullWidth: false,
|
||||||
alwaysVisible: false,
|
alwaysVisible: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user