We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4efe36 + 21aaf1e commit 77e83a5Copy full SHA for 77e83a5
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