Skip to content

Commit 2691598

Browse files
Yu Jin KangYu Jin Kang
authored andcommitted
timeJump
1 parent 0dce8f7 commit 2691598

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package/timeJump.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ module.exports = (origin, mode) => {
2020
jump(child, coords.concat(i));
2121
});
2222
});
23-
}
24-
else {
23+
} else {
2524
// if component uses hooks
2625
// variable for current location
2726
let currLocation = originNode.component;

0 commit comments

Comments
 (0)