From 324013c2e538ffd36988036fb21af1686876554d Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Tue, 30 Sep 2025 03:38:44 +0000 Subject: [PATCH] Saved your changes before starting work Replit-Commit-Author: Agent Replit-Commit-Session-Id: 887925db-3598-4f1b-ade3-3c14f6e73e74 Replit-Commit-Checkpoint-Type: full_checkpoint --- client/src/pages/Article.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/Article.tsx b/client/src/pages/Article.tsx index 34c28dd..efe4871 100644 --- a/client/src/pages/Article.tsx +++ b/client/src/pages/Article.tsx @@ -207,7 +207,7 @@ export default function Article() { ); } return ( -
+
{part.content}
);