From d3f9c166a64b20082e163eb6bbefdccd7d52ef14 Mon Sep 17 00:00:00 2001 From: Azure Chen Date: Wed, 4 Jul 2018 02:30:33 +0800 Subject: [PATCH] Fix the issue that percentage text didn't display on Progress.Circle --- Circle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Circle.js b/Circle.js index 2acf1c9..dbf3b7a 100644 --- a/Circle.js +++ b/Circle.js @@ -193,7 +193,7 @@ export class ProgressCircle extends Component { textStyle, ]} > - {formatText(progressValue)} + {progress ? formatText(progress._value) : 0} ) : (