Skip to content

Commit

Permalink
fix: wizard component number (#1425)
Browse files Browse the repository at this point in the history
Co-authored-by: songyg <songyg@goodrain.com>
  • Loading branch information
RainBondsongyg and songyg authored Nov 21, 2024
1 parent 83fdaaa commit 8af8e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Create/wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default class Index extends PureComponent {
</div>
<div className={styles.bottomContent}>
<p onClick={() => this.onClickLinkCreate('market', rainStoreTab)}>{formatMessage({ id: 'teamAdd.create.market.market' })}</p>
<p onClick={() => this.onClickLinkCreate('market', '')}>{formatMessage({ id: 'popover.applicationMarket.local' })} {localist && localist.length > 0 ? (<> ({localist.length}) </>) : (<span>(0)</span>)}</p>
<p onClick={() => this.onClickLinkCreate('market', '')}>{formatMessage({ id: 'popover.applicationMarket.local' })}</p>
<p onClick={() => this.onClickLinkCreate('market', 'command')}>{formatMessage({ id: 'teamAdd.create.market.command' })}</p>
<p onClick={() => this.onClickLinkCreate('import', 'import')}><FormattedMessage id='applicationMarket.localMarket.import' /></p>
</div>
Expand Down

0 comments on commit 8af8e17

Please sign in to comment.