typo: Remove unused keyframe in destructure

This commit is contained in:
Cole Lawrence 2022-08-01 13:26:39 -04:00
parent a0994051d6
commit 704f74a2c5

View file

@ -33,7 +33,6 @@ const SingleKeyframeEditor: React.VFC<ISingleKeyframeEditorProps> = React.memo(
(props) => {
const {
index,
keyframe,
track: {data: trackData},
} = props
const cur = trackData.keyframes[index]