Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/scratch-gui/src/components/gui/gui.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const GUIComponent = props => {
onClickAccountNav,
onCloseAccountNav,
onLogOut,
onClickLogin,
onOpenRegistration,
onToggleLoginOpen,
onActivateCostumesTab,
Expand Down Expand Up @@ -274,6 +275,7 @@ const GUIComponent = props => {
onClickLogo={onClickLogo}
onCloseAccountNav={onCloseAccountNav}
onLogOut={onLogOut}
onClickLogin={onClickLogin}
onOpenRegistration={onOpenRegistration}
onProjectTelemetryEvent={onProjectTelemetryEvent}
onSeeCommunity={onSeeCommunity}
Expand Down Expand Up @@ -463,6 +465,7 @@ GUIComponent.propTypes = {
onLogOut: PropTypes.func,
onNewSpriteClick: PropTypes.func,
onNewLibraryCostumeClick: PropTypes.func,
onClickLogin: PropTypes.func,
onOpenRegistration: PropTypes.func,
onRequestCloseBackdropLibrary: PropTypes.func,
onRequestCloseCostumeLibrary: PropTypes.func,
Expand Down
Loading