This commit is contained in:
Fredrik Burmester
2024-09-27 18:44:41 +02:00
parent a386c3a47c
commit 79020c357f
3 changed files with 26 additions and 18 deletions

View File

@@ -160,7 +160,7 @@ const downloads: React.FC = () => {
</Text>
<View className="flex flex-row items-center space-x-2 mt-1 text-purple-600">
<Text className="text-xs">
{(process.progress * 100).toFixed(0)}%
{process.progress.toFixed(0)}%
</Text>
</View>
</View>