From d9824fb580611003c338790af53c185fcd4b65fe Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Wed, 24 Jun 2015 00:00:53 -0700 Subject: [PATCH] Add a key for progress bars. --- lib/components/UploadPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/UploadPage.js b/lib/components/UploadPage.js index a4da103..d7a491c 100644 --- a/lib/components/UploadPage.js +++ b/lib/components/UploadPage.js @@ -89,7 +89,7 @@ export default class UploadPage extends React.Component { {keys.length > 0 ?

Download Progress

: null}
{keys.map((key) => { - return + return })}