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) => {
|
(props) => {
|
||||||
const {
|
const {
|
||||||
index,
|
index,
|
||||||
keyframe,
|
|
||||||
track: {data: trackData},
|
track: {data: trackData},
|
||||||
} = props
|
} = props
|
||||||
const cur = trackData.keyframes[index]
|
const cur = trackData.keyframes[index]
|
||||||
|
|
Loading…
Reference in a new issue