summaryrefslogtreecommitdiff
path: root/client/faceAnalysis
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-13 23:25:36 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-13 23:25:36 +0100
commit208139ce2be2b19170ceb9ea4acb00246bb96e83 (patch)
tree716f38b1486b5e096319040b42c3b93c16eeebc2 /client/faceAnalysis
parent13655c42f9dd844a68f8c60a614641cdfa4c4277 (diff)
face analysis
Diffstat (limited to 'client/faceAnalysis')
-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>