Skip to content

Commit 21aaf1e

Browse files
committed
๐Ÿ› fix: ํŽ˜์ด์ง€ ๋กœ๋“œ์ค‘์ผ๋•Œ ๋ฉ”์‹œ์ง€ ์‚ญ์ œ
1 parent 9e3e35f commit 21aaf1e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

โ€Žsrc/pages/Recipient/Recipient.jsxโ€Ž

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,7 @@ export default function Recipient({ showDelete }) {
144144

145145
const selectedCard = messages.find((card) => card.id === selectedCardId);
146146

147-
if (!postData || messages.length < 0)
148-
return (
149-
<div className={styles['loading-message']}>ํŽ˜์ด์ง€๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘..</div>
150-
);
147+
if (!postData || messages.length < 0) return;
151148

152149
return (
153150
<>

0 commit comments

Comments
ย (0)