fix(client): address new warnings from linter

This commit is contained in:
Mrugesh Mohapatra
2020-10-12 00:19:13 +05:30
committed by Mrugesh Mohapatra
parent ee9b180349
commit e666419a8f
7 changed files with 12 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ function Flash({ flashMessage, onClose }) {
style={{
height: flashMessageHeight + 'px'
}}
></div>
/>
)}
</>
);

View File

@@ -294,7 +294,7 @@ function Footer() {
</div>
<div className='footer-buttom'>
<div className='col-header'>Our Nonprofit</div>
<div className='footer-divder'></div>
<div className='footer-divder' />
<div className='our-nonprofit'>
<Link
external={false}

View File

@@ -29,7 +29,7 @@ class CertificationLayout extends Component {
return (
<Fragment>
<Helmet bodyAttributes={{ class: 'light-palette' }}></Helmet>
<Helmet bodyAttributes={{ class: 'light-palette' }} />
{children}
</Fragment>
);