0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Removed padding on account home + debugger cleanup

no refs.
This commit is contained in:
Peter Zimon 2020-09-15 11:39:29 +02:00
parent 3365e513d7
commit 6d45b0a295
2 changed files with 0 additions and 2 deletions

View file

@ -14,7 +14,6 @@ export const AccountHomePageStyles = `
.gh-portal-account-main {
background: var(--grey13);
margin: -32px;
padding: 32px;
}

View file

@ -265,7 +265,6 @@ export default class AccountPlanPage extends React.Component {
const selectedPlan = this.state.plan;
const errors = this.state.errors || {};
const {showConfirmation, newPlan} = this.state;
debugger;
return (
<div>
<div className='gh-portal-content with-footer'>