From cc1dd99f70708d2febd9ea11a71fdce7c80802d4 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 02:34:01 +0000 Subject: [PATCH] style: format code with Prettier and StandardJS This commit fixes the style issues introduced in 12b9902 according to the output from Prettier and StandardJS. Details: None --- public/index.html | 11 ++++++++++- src/components/stateless/IconCloud/index.jsx | 1 - src/components/stateless/Meteors/index.jsx | 8 ++++---- src/routers/index.jsx | 3 +-- src/service/request.js | 2 +- 5 files changed, 16 insertions(+), 9 deletions(-) diff --git a/public/index.html b/public/index.html index fb8cf7ca..024fb1c5 100644 --- a/public/index.html +++ b/public/index.html @@ -13,7 +13,16 @@
-
+
Pro React Admin. Loading...
diff --git a/src/components/stateless/IconCloud/index.jsx b/src/components/stateless/IconCloud/index.jsx index a038288c..29ebab06 100644 --- a/src/components/stateless/IconCloud/index.jsx +++ b/src/components/stateless/IconCloud/index.jsx @@ -148,7 +148,6 @@ const IconCloud = ({ icons, images }) => { startTime: performance.now(), duration, }) - return } }) diff --git a/src/components/stateless/Meteors/index.jsx b/src/components/stateless/Meteors/index.jsx index 180d947e..45955414 100644 --- a/src/components/stateless/Meteors/index.jsx +++ b/src/components/stateless/Meteors/index.jsx @@ -27,7 +27,7 @@ const Meteors = ({ starCount = 50, primaryColor = '#ffffff', className = '' }) = {stars.map((star) => (