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

Commit

Permalink
fix: hide static timestamp until we decide actual format
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-calavera committed Oct 4, 2019
1 parent 5f3026b commit f34476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/components/Validators/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Validators = () => {
changes={() => (
<div className={classes.changes}>
{changes && <div>{changes}%</div>}
<div className={classes.period}>{period}</div>
{/* <div className={classes.period}>{period}</div> */}
</div>
)}
{...props}
Expand Down

0 comments on commit f34476f

Please sign in to comment.