mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Lint
This commit is contained in:
parent
0f823531b6
commit
15cc6ca529
2 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ const PreviewPresentation = ({
|
|||
<AdminPanel
|
||||
className={classNames('project-admin-panel', {
|
||||
'admin-panel-open': adminPanelOpen,
|
||||
'modal-open': adminModalOpen,
|
||||
'modal-open': adminModalOpen
|
||||
})}
|
||||
isOpen={adminPanelOpen}
|
||||
onClose={onCloseAdminPanel}
|
||||
|
|
|
@ -618,9 +618,9 @@ SplashPresentation.propTypes = {
|
|||
isEducator: PropTypes.bool.isRequired,
|
||||
lovedByFollowing: PropTypes.arrayOf(PropTypes.object),
|
||||
news: PropTypes.arrayOf(PropTypes.object),
|
||||
onCloseAdminPanel: PropTypes.func.isRequired,
|
||||
onDismiss: PropTypes.func.isRequired,
|
||||
onHideEmailConfirmationModal: PropTypes.func.isRequired,
|
||||
onCloseAdminPanel: PropTypes.func.isRequired,
|
||||
onOpenAdminPanel: PropTypes.func.isRequired,
|
||||
onRefreshHomepageCache: PropTypes.func.isRequired,
|
||||
onShowEmailConfirmationModal: PropTypes.func.isRequired,
|
||||
|
|
Loading…
Reference in a new issue