File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
import { ReactNode , useEffect } from 'react' ;
2
+ // import { useHistory } from 'react-router-dom';
2
3
import Link from 'next/link' ;
4
+ import Layout from '../../components/Section/Layout' ;
3
5
import { Auth , ThemeSupa } from '@supabase/auth-ui-react' ;
4
6
import { useSession , useSupabaseClient } from '@supabase/auth-helpers-react' ;
5
7
import { useRouter } from 'next/router' ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function ClassificationFeed({ custommaxWidth = '85%' }) {
9
9
const [ posts , setPosts ] = useState ( [ ] ) ;
10
10
// const [profile, setProfile] = useState(null);
11
11
const [ planetPosts , setPlanetPosts ] = useState ( [ ] ) ;
12
-
12
+
13
13
useEffect ( ( ) => {
14
14
fetchPosts ( ) ;
15
15
} , [ ] ) ;
Original file line number Diff line number Diff line change @@ -6406,6 +6406,11 @@ react-icons@^5.0.1:
6406
6406
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.0.1.tgz#1694e11bfa2a2888cab47dcc30154ce90485feee"
6407
6407
integrity sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==
6408
6408
6409
+ react-icons@^5.0.1 :
6410
+ version "5.0.1"
6411
+ resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.0.1.tgz#1694e11bfa2a2888cab47dcc30154ce90485feee"
6412
+ integrity sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==
6413
+
6409
6414
react-is@^16.13.1 :
6410
6415
version "16.13.1"
6411
6416
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
You can’t perform that action at this time.
0 commit comments