We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3e35f commit 21aaf1eCopy full SHA for 21aaf1e
โsrc/pages/Recipient/Recipient.jsxโ
@@ -144,10 +144,7 @@ export default function Recipient({ showDelete }) {
144
145
const selectedCard = messages.find((card) => card.id === selectedCardId);
146
147
- if (!postData || messages.length < 0)
148
- return (
149
- <div className={styles['loading-message']}>ํ์ด์ง๋ฅผ ๋ถ๋ฌ์ค๋ ์ค..</div>
150
- );
+ if (!postData || messages.length < 0) return;
151
152
return (
153
<>
0 commit comments