mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Fix JSX errors.
This commit is contained in:
parent
9854f8a6ab
commit
d785f30c5f
@ -56,11 +56,11 @@ const Text = styled(PFText)`
|
||||
|
||||
function Legend() {
|
||||
return (
|
||||
<Wrapper class="legend" data-cy="legend">
|
||||
<Wrapper className="legend" data-cy="legend">
|
||||
<TextContent>
|
||||
<Text
|
||||
component={TextVariants.small}
|
||||
style={{ 'font-weight': 'bold', color: 'black' }}
|
||||
style={{ fontWeight: 'bold', color: 'black' }}
|
||||
>
|
||||
Legend
|
||||
</Text>
|
||||
|
||||
@ -50,12 +50,12 @@ function Tooltip({
|
||||
redirectToDetailsPage,
|
||||
}) {
|
||||
return (
|
||||
<Wrapper class="tooltip" data-cy="tooltip">
|
||||
<Wrapper className="tooltip" data-cy="tooltip">
|
||||
{isNodeSelected === false ? (
|
||||
<TextContent>
|
||||
<Text
|
||||
component={TextVariants.small}
|
||||
style={{ 'font-weight': 'bold', color: 'black' }}
|
||||
style={{ fontWeight: 'bold', color: 'black' }}
|
||||
>
|
||||
Details
|
||||
</Text>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user