From 43b1f700b577dd4ea2d1056eb34eb2cf36393985 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 14:27:20 +0000 Subject: [PATCH] Change AppVersionInfo to display text Replaced input fields with static text for displaying app version information in the AppVersionInfo component. --- src/components/AppVersionInfo.tsx | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/src/components/AppVersionInfo.tsx b/src/components/AppVersionInfo.tsx index 24fedca..5843abd 100644 --- a/src/components/AppVersionInfo.tsx +++ b/src/components/AppVersionInfo.tsx @@ -118,23 +118,16 @@ const AppVersionInfo: React.FC = ({
- setEditableVersionName(e.target.value)} - placeholder="앱 버전 (예: 1.0.0)" - /> +
+ {editableVersionName} +
- setEditableBuildNumber(e.target.value)} - placeholder="빌드 번호 (예: 1)" - type="number" - /> +
+ {editableBuildNumber} +