revert(client): add quick superblock cert claim steps
This reverts commit e8578341b5
.
This commit is contained in:
@@ -35,7 +35,7 @@ const Honesty = ({ isHonest, updateIsHonest }) => {
|
||||
</Button>
|
||||
);
|
||||
return (
|
||||
<section className='honesty-policy' id='honesty-policy'>
|
||||
<section className='honesty-policy'>
|
||||
<SectionHeader>{t('settings.headings.honesty')}</SectionHeader>
|
||||
<FullWidthRow>
|
||||
<Panel className='honesty-panel'>
|
||||
|
@@ -66,7 +66,7 @@ class PrivacySettings extends Component {
|
||||
} = user.profileUI;
|
||||
|
||||
return (
|
||||
<div className='privacy-settings' id='privacy-settings'>
|
||||
<div className='privacy-settings'>
|
||||
<SectionHeader>{t('settings.headings.privacy')}</SectionHeader>
|
||||
<FullWidthRow>
|
||||
<p>{t('settings.privacy')}</p>
|
||||
|
@@ -3,7 +3,6 @@
|
||||
exports[`<Honesty /> <Honesty /> snapshot when isHonest is false: Honesty 1`] = `
|
||||
<section
|
||||
className="honesty-policy"
|
||||
id="honesty-policy"
|
||||
>
|
||||
<SectionHeader>
|
||||
settings.headings.honesty
|
||||
@@ -32,7 +31,6 @@ exports[`<Honesty /> <Honesty /> snapshot when isHonest is false: Honesty 1`] =
|
||||
exports[`<Honesty /> <Honesty /> snapshot when isHonest is true: HonestyAccepted 1`] = `
|
||||
<section
|
||||
className="honesty-policy"
|
||||
id="honesty-policy"
|
||||
>
|
||||
<SectionHeader>
|
||||
settings.headings.honesty
|
||||
|
Reference in New Issue
Block a user