mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
remove unused var
This commit is contained in:
parent
669e963e38
commit
27b0f874cc
@ -34,7 +34,6 @@ const DetailValue = styled(
|
||||
`;
|
||||
|
||||
const Detail = ({
|
||||
id,
|
||||
label,
|
||||
value,
|
||||
fullWidth,
|
||||
@ -78,7 +77,6 @@ const Detail = ({
|
||||
);
|
||||
};
|
||||
Detail.propTypes = {
|
||||
id: string,
|
||||
label: node.isRequired,
|
||||
value: node,
|
||||
fullWidth: bool,
|
||||
@ -86,7 +84,6 @@ Detail.propTypes = {
|
||||
helpText: string,
|
||||
};
|
||||
Detail.defaultProps = {
|
||||
id: null,
|
||||
value: null,
|
||||
fullWidth: false,
|
||||
alwaysVisible: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user