reindents gui

This commit is contained in:
tomlum 2022-06-08 09:54:29 -04:00
parent 9ff89c5d0a
commit e60d1b7ce0

View file

@ -840,43 +840,43 @@ class Preview extends React.Component {
<React.Fragment> <React.Fragment>
{showGUI && {showGUI &&
(<IntlGUI (<IntlGUI
assetHost={this.props.assetHost} assetHost={this.props.assetHost}
authorId={this.props.authorId} authorId={this.props.authorId}
authorThumbnailUrl={this.props.authorThumbnailUrl} authorThumbnailUrl={this.props.authorThumbnailUrl}
authorUsername={this.props.authorUsername} authorUsername={this.props.authorUsername}
backpackHost={this.props.backpackHost} backpackHost={this.props.backpackHost}
backpackVisible={this.props.canUseBackpack} backpackVisible={this.props.canUseBackpack}
basePath="/" basePath="/"
canCreateCopy={this.props.canCreateCopy} canCreateCopy={this.props.canCreateCopy}
canCreateNew={this.props.canCreateNew} canCreateNew={this.props.canCreateNew}
canEditTitle={this.props.canEditTitleInEditor} canEditTitle={this.props.canEditTitleInEditor}
canRemix={this.props.canRemix} canRemix={this.props.canRemix}
canSave={this.props.canSave} canSave={this.props.canSave}
canShare={this.props.canShare} canShare={this.props.canShare}
className="gui" className="gui"
cloudHost={this.props.cloudHost} cloudHost={this.props.cloudHost}
enableCommunity={this.props.enableCommunity} enableCommunity={this.props.enableCommunity}
hasCloudPermission={this.props.isScratcher} hasCloudPermission={this.props.isScratcher}
isShared={this.props.isShared} isShared={this.props.isShared}
projectHost={this.props.projectHost} projectHost={this.props.projectHost}
projectToken={this.props.projectInfo.project_token} projectToken={this.props.projectInfo.project_token}
projectId={this.state.projectId} projectId={this.state.projectId}
projectTitle={this.props.projectInfo.title} projectTitle={this.props.projectInfo.title}
renderLogin={this.renderLogin} renderLogin={this.renderLogin}
onClickLogo={this.handleClickLogo} onClickLogo={this.handleClickLogo}
onGreenFlag={this.handleGreenFlag} onGreenFlag={this.handleGreenFlag}
onLogOut={this.props.handleLogOut} onLogOut={this.props.handleLogOut}
onOpenRegistration={this.props.handleOpenRegistration} onOpenRegistration={this.props.handleOpenRegistration}
onProjectLoaded={this.handleProjectLoaded} onProjectLoaded={this.handleProjectLoaded}
onRemixing={this.handleIsRemixing} onRemixing={this.handleIsRemixing}
onSetLanguage={this.handleSetLanguage} onSetLanguage={this.handleSetLanguage}
onShare={this.handleShare} onShare={this.handleShare}
onToggleLoginOpen={this.props.handleToggleLoginOpen} onToggleLoginOpen={this.props.handleToggleLoginOpen}
onUpdateProjectData={this.handleUpdateProjectData} onUpdateProjectData={this.handleUpdateProjectData}
onUpdateProjectId={this.handleUpdateProjectId} onUpdateProjectId={this.handleUpdateProjectId}
onUpdateProjectThumbnail={this.props.handleUpdateProjectThumbnail} onUpdateProjectThumbnail={this.props.handleUpdateProjectThumbnail}
onUpdateProjectTitle={this.handleUpdateProjectTitle} onUpdateProjectTitle={this.handleUpdateProjectTitle}
/>)} />)}
{this.props.registrationOpen && ( {this.props.registrationOpen && (
this.props.useScratch3Registration ? ( this.props.useScratch3Registration ? (
<Scratch3Registration <Scratch3Registration