We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b5dbc commit ac91e1eCopy full SHA for ac91e1e
1 file changed
src/pages/Post/index.tsx
@@ -97,7 +97,7 @@ const Post: React.FC = () => {
97
useEffect(() => {
98
setTimeout(() => {
99
setIsLoading(false);
100
- }, 5000);
+ }, 1000);
101
102
// 현재 게시글이 내 게시글인지 확인
103
if (user?.id && postId) {
0 commit comments