From 0dfe2372763e03c94e7c1cffbe8c1153b9688c0a Mon Sep 17 00:00:00 2001 From: RDW Date: Mon, 17 Feb 2025 10:54:15 +0100 Subject: [PATCH] QA: Fix warnings in the Chrome dev console Either these didn't exist or I just didn't notice. Everything looks fine regardless, at least on Firefox. Shouldn't the build fail? I guess not... Questions for later. --- src/components/API/API.jsx | 12 ++++++------ src/components/HomepageFeatures/index.js | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/API/API.jsx b/src/components/API/API.jsx index 7301c389..6669ea7e 100644 --- a/src/components/API/API.jsx +++ b/src/components/API/API.jsx @@ -73,7 +73,7 @@ class Parameters extends React.Component { ].join(" ")} > - Arguments + Arguments # @@ -99,7 +99,7 @@ class Returns extends React.Component { ].join(" ")} > - Return values + Return values # @@ -166,7 +166,7 @@ class Struct extends React.Component { ].join(" ")} > - {this.props.name} + {this.props.name} Field @@ -201,13 +201,13 @@ class Dictionary extends React.Component { - + - - diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 8577fc59..fc0f09f0 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -8,15 +8,15 @@ function RectangularCheckboxIcon(props) {
@@ -108,7 +108,7 @@ function Feature({ Svg, title, description }) {

{title}

-

{description}

+
{description}
);
{this.props.name}{this.props.name}
+ Keys + Values