Skip to content

Commit

Permalink
fix(frontend): remove uuid file prefix in audio card
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Apr 17, 2024
1 parent efaa608 commit 19ba9d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const SliderCard = ({ type, cardInfo, index, onClick }: SliderCardProps) => {
src={url!}
active={id === sampleId}
onClick={() => handleOnClick(cardInfo)}
title={filename}
title={filename.substring(9)}
no={index! + 1}
showNo
completed={state === 'DONE'}
Expand Down

0 comments on commit 19ba9d1

Please sign in to comment.