Created
April 29, 2016 17:39
-
-
Save amrav/7a3153d4e9a35b2f3acbc840179f0c9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/ui/src/components/SearchResult.js b/ui/src/components/SearchResult.js | |
index 51a5c24..9b921e9 100644 | |
--- a/ui/src/components/SearchResult.js | |
+++ b/ui/src/components/SearchResult.js | |
@@ -14,7 +14,7 @@ const SearchResultComp = ({tth, displayName, users, size}) => ( | |
<TableRowColumn>{size}</TableRowColumn> | |
<TableRowColumn><DownloadButton tth={tth}></DownloadButton></TableRowColumn> | |
</TableRow>*/ | |
- <li>{displayName} {truncate(users)} {size}</li> | |
+ <li>{displayName} {truncate(users)} {size} <DownloadButton tth={tth}></DownloadButton></li> | |
); | |
SearchResultComp.propTypes = { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment