Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongmin59 authored Apr 19, 2024
2 parents 7375077 + af05d8a commit b33e330
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .eslintcache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"/Users/imheejung/project/past-forward-frontend/webpack.config.js":"1"},{"size":1775,"mtime":1713550748904,"results":"2","hashOfConfig":"3"},{"filePath":"4","messages":"5","suppressedMessages":"6","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1rtabu4","/Users/imheejung/project/past-forward-frontend/webpack.config.js",[],[]]
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import { Navigate, useLocation } from 'react-router-dom';
import { BrowserRouter as Router, Route, Routes } from 'react-router-dom';
import { getCurrentUser } from 'aws-amplify/auth';
import { RecoilRoot } from 'recoil';

import AcceptInvite from './components/inviteTeam/AcceptInvite';

import RetroRevisePage from './pages/RevisePage';
import RetroTeamPage from './pages/SectionPage';
import MainLayout from '@/components/layout/MainLayout';
Expand Down
2 changes: 0 additions & 2 deletions src/pages/SectionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ const RetroTeamPage = () => {
const fetchRetrospective = async () => {
try {
const data = await RetrospectiveService.onlyGet({ retrospectiveId: retrospectiveId });

console.log('retro.data', data.data);
setRetro(data.data);
console.log('retro', retro);

} catch (e) {
toast.error(e);
}
Expand Down

0 comments on commit b33e330

Please sign in to comment.