This commit is contained in:
Pravakar Garnayak 2019-04-29 19:09:07 -07:00 коммит произвёл GitHub
Родитель 42a71d4592
Коммит d2e7ed4d2a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -79,7 +79,7 @@ class ActionBar extends Component {
</div>
<div className="action-item">
<FabricLink
href={this.getOpenInVSCodeLink()}
href={this.getOpenInVSCodeLink(repository)}
disabled={!repository}
onClick={this.openInVSCodeClick}
>

Просмотреть файл

@ -97,7 +97,8 @@ class MetricBar extends Component {
<div className="metrics">
<div>
<span>
By: {author} | {downloads} downloads | Created on:{" "}
By: {author} | {downloads}{" "}
{downloads > 1 ? "downloads" : "download"} | Created on:{" "}
{createdonLocaleDate} |
</span>
</div>