Skip to content

Commit

Permalink
[#202] ๐Ÿš‘๏ธ ์ดˆ๋Œ€๋ฐ›์€ ๋Œ€์‹œ๋ณด๋“œ ๊ฒ€์ƒ‰ ๊ธฐ๋Šฅ ๋ณต๊ตฌ
Browse files Browse the repository at this point in the history
  • Loading branch information
JuhyeokC committed Aug 14, 2024
1 parent 067d601 commit 3b68c65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/mydashboard/components/ReceivedInvitiationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ export default function ReceivedInvitiationList() {
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [value])

if (list === null || list.length === 0) return <EmptyInvitationList />
if ((list === null || list.length === 0) && value === '')
return <EmptyInvitationList />

return (
<>
Expand Down

0 comments on commit 3b68c65

Please sign in to comment.