fix(29): correct memo syntax in JKSessionMetronome

Remove invalid arrow function syntax from memo-wrapped named function.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Nuwan 2026-03-05 18:11:16 +05:30
parent af1c06302a
commit cb73b3dcdd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import computerIcon from '../../assets/img/instruments/icon_instrument_computer4
const JKSessionMetronome = memo(function JKSessionMetronome({
mixers,
onClose
}) => {
}) {
const mixerHelper = useMixersContext();
const jamClient = useJamClient();
const [showMenu, setShowMenu] = React.useState(false);