Skip to content

Commit

Permalink
Merge pull request #1586 from woowacourse/article-develop
Browse files Browse the repository at this point in the history
fix: 충돌 해결
  • Loading branch information
hae-on authored Oct 6, 2023
2 parents 6581ed1 + 1e30f1e commit 4c6c665
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/pages/ArticleListPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ type CategoryOptions = typeof CATEGORY_OPTIONS[number];
const ArticleListPage = () => {
const history = useHistory();

const { user } = useContext(UserContext);
const { isLoggedIn } = user;

const goNewArticlePage = () => history.push(PATH.NEW_ARTICLE);
const [selectedCourse, setSelectedCourse] = useState<CategoryOptions>(CATEGORY_OPTIONS[0]);
const [checked, setChecked] = useState(false);
Expand Down

0 comments on commit 4c6c665

Please sign in to comment.