From 92ef50b1c4655f5ed6517cb8c3bc401017ae6226 Mon Sep 17 00:00:00 2001 From: Anshorimuslim Date: Sat, 13 Nov 2021 08:34:50 +0700 Subject: [PATCH] disabled wired element --- src/Home.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Home.js b/src/Home.js index 1588e4f..4e26d6f 100644 --- a/src/Home.js +++ b/src/Home.js @@ -3,7 +3,7 @@ import { useQuery, useInfiniteQuery } from 'react-query'; import { fetchRandom } from './api/profiles'; // import { useParams } from 'react-router-dom'; import { sendEvent } from './libs/ga-analytics'; -import { WiredButton, WiredCard } from 'wired-elements-react'; +// import { WiredButton, WiredCard } from 'wired-elements-react'; function Home() { // const [lastDirection, setLastDirection] = useState(''); @@ -29,13 +29,13 @@ function Home() {

Error: {error.message}

) : ( <> - + {/* */}
- onButton()}> +
-
+ {/*
*/} )}