diff --git a/jam-ui/src/components/client/JKSessionBackingTrack.js b/jam-ui/src/components/client/JKSessionBackingTrack.js index 330082cfd..8a9a88ea8 100644 --- a/jam-ui/src/components/client/JKSessionBackingTrack.js +++ b/jam-ui/src/components/client/JKSessionBackingTrack.js @@ -62,49 +62,7 @@ const JKSessionBackingTrack = ({
- {/* Backing Track Header with Close Icon */} -
- Backing Track - { - e.preventDefault(); - handleClose(); - }} - style={{ - color: '#6c757d', - textDecoration: 'none', - fontSize: '1.2em', - cursor: 'pointer' - }} - title="Close Backing Track" - > - - -
- - {/* File Name - centered where user name would be */} -
- {getFileName(backingTrack)} -
+ {/* Track display - header removed, now shown in parent */} {/* Instrument Icon */}
{ <>
+
+ Backing Track: {mixerHelper.backingTracks[0].shortFilename || 'Audio File'} + { + e.preventDefault(); + handleBackingTrackMainClose(); + }} + style={{ fontSize: '1.2em', textDecoration: 'none' }} + title="Close Backing Track" + > + Close + +