Skip to content

Commit

Permalink
Merge pull request #979 from ryanml/fix-2277
Browse files Browse the repository at this point in the history
Upgrading brave-ui -> 0.34.6
  • Loading branch information
bsclifton committed Nov 29, 2018
1 parent eb79dc3 commit 9f7b599
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export class Panel extends React.Component<Props, State> {
platform={publisher.provider as Provider}
publisherName={publisher.name}
publisherImg={faviconUrl}
monthlyAmount={10}
monthlyAmount={'10.0'}
isVerified={publisher.verified}
tipsEnabled={true}
includeInAuto={!publisher.excluded}
Expand Down
10 changes: 5 additions & 5 deletions 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
Expand Up @@ -272,7 +272,7 @@
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.24.1",
"brave-ui": "^0.34.4",
"brave-ui": "^0.34.6",
"css-loader": "^0.28.9",
"csstype": "^2.5.5",
"emptykit.css": "^1.0.1",
Expand Down

0 comments on commit 9f7b599

Please sign in to comment.