Remove expiry text in frontend
[osm/UI.git] / skyquake / plugins / composer / src / src / components / CatalogPackageManager.js
index 0811093..f577f8b 100644 (file)
@@ -70,7 +70,7 @@ const CatalogPackageManager = React.createClass({
                                return (
                                        <div className="file-download">
                                                <a className="file-download-link" href={download.url}>Download Package</a>
-                                               <span>expires&nbsp;</span> {duration.humanize(true)}
+                                               {/*<span>expires&nbsp;</span> {duration.humanize(true)}*/}
 
                                        </div>
                                );