leezng commented on code in PR #616:
URL: https://github.com/apache/inlong-website/pull/616#discussion_r1031005223


##########
src/pages/downloads/index.js:
##########
@@ -0,0 +1,157 @@
+import React, { useState }  from 'react';
+import useIsBrowser from '@docusaurus/useIsBrowser';
+import useBaseUrl from '@docusaurus/useBaseUrl';
+import Layout from '@theme/Layout';
+import styles from './download.module.less';
+import config from './config.json';
+
+export default function() {
+    const isBrowser = useIsBrowser();
+
+    const [p1Animation, setP1Animation] = useState(false);

Review Comment:
   remove useless code



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to