mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Fix JSX errors.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user