Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #48 from cryptape/release
Browse files Browse the repository at this point in the history
Release v0.2.0 (#46)
  • Loading branch information
GyonGyon authored Sep 27, 2018
2 parents 895e4e0 + 6efdddf commit 5591e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ lib

# Build
dist
Microscope
*.tar.gz

# Optional npm cache directory
.npm
Expand Down
2 changes: 1 addition & 1 deletion src/containers/Graphs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class Graphs extends React.Component<GraphsProps, GraphState> {
const source = getBlockSource({ blocks })
const timeCostOption = {
title: {
text: `Interval(in ms) for the Latest ${this.state.maxCount}`,
text: `Interval (in ms) for the Latest ${this.state.maxCount} Blocks`,
textStyle: {
fontSize: 16
}
Expand Down

0 comments on commit 5591e57

Please sign in to comment.