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

Commit

Permalink
fix: blank space removed
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-calavera authored and sunnygleason committed Jul 16, 2019
1 parent a0d7dab commit ce064f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/components/Validators/Detail/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const ValidatorsDetail = ({match}: {match: Match}) => {
return (
<Container>
<div className={classes.root}>
<SectionHeader title=" Validator Detail">
<SectionHeader title="Validator Detail">
{!isMobile && (
<div className={classes.validatorName}>
<span />
Expand Down

0 comments on commit ce064f8

Please sign in to comment.