fix(client): address new warnings from linter
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
ee9b180349
commit
e666419a8f
@@ -42,7 +42,7 @@ function Flash({ flashMessage, onClose }) {
|
||||
style={{
|
||||
height: flashMessageHeight + 'px'
|
||||
}}
|
||||
></div>
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
);
|
||||
|
@@ -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}
|
||||
|
@@ -29,7 +29,7 @@ class CertificationLayout extends Component {
|
||||
|
||||
return (
|
||||
<Fragment>
|
||||
<Helmet bodyAttributes={{ class: 'light-palette' }}></Helmet>
|
||||
<Helmet bodyAttributes={{ class: 'light-palette' }} />
|
||||
{children}
|
||||
</Fragment>
|
||||
);
|
||||
|
Reference in New Issue
Block a user