diff --git a/src/components/update/Progress/index.tsx b/src/components/update/Progress/index.tsx
index de018e8..1701dc5 100644
--- a/src/components/update/Progress/index.tsx
+++ b/src/components/update/Progress/index.tsx
@@ -14,7 +14,7 @@ const Progress: React.FC
- {(percent ?? 0).toString().substring(0, 4)}%
+ {(percent ?? 0).toString().substring(0, 4)}%
)
}