Skip to content

Commit

Permalink
[Fix] 소셜 로그인 기능 불필요한 코드 삭제 및 웨더바 현재 날씨 표시 변경 #34, #10
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeiis committed Nov 24, 2023
1 parent 7c5ce95 commit 2346f51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/upload/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ export default function Upload(): JSX.Element {
>({});

const handleImagesSelected = useCallback((files: File[] | null) => {
// if (files) {
setSelectedImages(files ? Array.from(files) : []);
// }
}, []);

const handleContent = (text: string) => {
Expand Down

0 comments on commit 2346f51

Please sign in to comment.