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 2927ab6 commit ff9908dCopy full SHA for ff9908d
src/pages/LoadingPage/LoadingPage.tsx
@@ -45,10 +45,7 @@ const LoadingPage = () => {
45
borderRadius: "8px",
46
marginTop: "20px",
47
}}
48
- >
49
- <h3>🔍 디버깅용 데이터</h3>
50
- <pre>{JSON.stringify(generateReviewData, null, 2)}</pre>
51
- </div>
+ ></div>
52
53
<div className={styles.Image}>
54
<img src="/assets/img/img-loading.webp" alt="createReviewImg" />
0 commit comments