Skip to content

Commit

Permalink
fix : 빠진 리턴문 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlim0070 committed Dec 9, 2024
1 parent d0e9afa commit f44ff72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/StoragePage/StorageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ export const StorageList = ({ type = 'keyword' }: StorageListProps) => {
navigate(
`/letter/${type}${letterTypePath}/${dataType}/${letter.letterId}`
);
return;
}
const dataType =
selectedFilter === 'SEND'
Expand Down

0 comments on commit f44ff72

Please sign in to comment.