Skip to content

Commit 5892401

Browse files
authored
Merge branch 'GP-10' into GP-11
2 parents eff27bf + 6f44edc commit 5892401

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

components/Authentication/LoginModal.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { ReactNode, useEffect } from 'react';
2+
// import { useHistory } from 'react-router-dom';
23
import Link from 'next/link';
4+
import Layout from '../../components/Section/Layout';
35
import { Auth, ThemeSupa } from '@supabase/auth-ui-react';
46
import { useSession, useSupabaseClient } from '@supabase/auth-helpers-react';
57
import { useRouter } from 'next/router';

components/Content/ClassificationFeed.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function ClassificationFeed({ custommaxWidth = '85%' }) {
99
const [posts, setPosts] = useState([]);
1010
// const [profile, setProfile] = useState(null);
1111
const [planetPosts, setPlanetPosts] = useState([]);
12-
12+
1313
useEffect(() => {
1414
fetchPosts();
1515
}, []);
+4-4
Loading

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -6406,6 +6406,11 @@ react-icons@^5.0.1:
64066406
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.0.1.tgz#1694e11bfa2a2888cab47dcc30154ce90485feee"
64076407
integrity sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==
64086408

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+
64096414
react-is@^16.13.1:
64106415
version "16.13.1"
64116416
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"

0 commit comments

Comments
 (0)