summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/faceAnalysis/faceAnalysis.result.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/faceAnalysis/faceAnalysis.result.js b/client/faceAnalysis/faceAnalysis.result.js
index e7a4c6de..9d77f258 100644
--- a/client/faceAnalysis/faceAnalysis.result.js
+++ b/client/faceAnalysis/faceAnalysis.result.js
@@ -109,7 +109,7 @@ class FaceAnalysisResult extends Component {
</table>
)}
<div className="about">
- <small>Step {step} / {total} {message}</small>
+ <small>Step {step} / {total} {message}</small><br />
<small>Query {step === total ? 'took' : 'timer:'} {(timing / 1000).toFixed(2)} s.</small>
</div>
</div>