typo: Remove unused keyframe in destructure
This commit is contained in:
parent
a0994051d6
commit
704f74a2c5
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ const SingleKeyframeEditor: React.VFC<ISingleKeyframeEditorProps> = React.memo(
|
|||
(props) => {
|
||||
const {
|
||||
index,
|
||||
keyframe,
|
||||
track: {data: trackData},
|
||||
} = props
|
||||
const cur = trackData.keyframes[index]
|
||||
|
|
Loading…
Reference in a new issue