Skip to content

Commit

Permalink
Fixes #10, 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jul 12, 2019
1 parent ebfb5de commit dd9d9a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export default class Home extends React.Component {
entries = JSON.parse(text);
} finally {
return {
html: `<div><strong>${entries.length}</strong> TokenVault Entries </div>`
html: `<div><strong>${entries.length}</strong> TokenVault Entries </div>`,
plain: `${entries.length} TokenVault Entries`,
};
}
},
Expand Down
2 changes: 1 addition & 1 deletion dist/dist.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-token-vault",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/dist.js",
"scripts": {
"build": "webpack",
Expand Down

0 comments on commit dd9d9a3

Please sign in to comment.