Skip to content

Commit

Permalink
show menu in batch manifest, only if manifest was provided
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Feb 27, 2024
1 parent 45dcfad commit 145aa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/BatchManifest.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function BatchManifest() {
model={model}
/>
<JsonAttributes jsonSelectionArray={manifestSelectionArray} byManifest={true}/>
<BottomDisplayMenu loadedAnimationName={loadedAnimationName}/>
{(manifestSelectionArray?.length > 0) && (<BottomDisplayMenu loadedAnimationName={loadedAnimationName}/>)}
<div className={styles.buttonContainer}>
<CustomButton
theme="light"
Expand Down

0 comments on commit 145aa20

Please sign in to comment.