Skip to content
Snippets Groups Projects
Commit e58eec7e authored by Ray Schamp's avatar Ray Schamp Committed by GitHub
Browse files

Merge pull request #611 from gengshenghong/develop

Fixed #604: Load project error
parents 664fb7e9 c2d642ca
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ class SoundTab extends React.Component {
onDeleteClick={this.handleDeleteSound}
onItemClick={this.handleSelectSound}
>
{target.sounds && target.sounds.length > 0 ? (
{editingTarget && target.sounds && target.sounds.length > 0 ? (
<SoundEditor soundIndex={this.state.selectedSoundIndex} />
) : null}
{this.props.soundRecorderVisible ? (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment