Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
♻️ Removed unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pzshine committed Aug 21, 2020
1 parent 89cee71 commit 4d2794e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions scan/src/pages/ValidatorIndexPage.re
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,6 @@ let make = (~address, ~hashtag: Route.validator_tab_t) => {
<div
className={Css.merge([
CssHelper.flexBox(),
// CssHelper.mb(~size=24, ()),
// CssHelper.px(~size=12, ()),
Styles.infoHeader,
Styles.infoHeaderCustom,
])}>
Expand Down
3 changes: 1 addition & 2 deletions scan/src/reusable/InfoMobileCard.re
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ let make = (~info) => {
</div>
| ProgressBar({reportedValidators, minimumValidators, requestValidators}) =>
<ProgressBar reportedValidators minimumValidators requestValidators />
| Float(value, digits) =>
<Text value={value |> Format.fPretty(~digits?)} size=Text.Md spacing={Text.Em(0.02)} />
| Float(value, digits) => <Text value={value |> Format.fPretty(~digits?)} />
| KVTableReport(heading, rawReports) =>
<KVTable
tableWidth=480
Expand Down

0 comments on commit 4d2794e

Please sign in to comment.