Skip to content

Commit 1fa6b8b

Browse files
committed
chore (hmr): Move comment.
1 parent ed9ffb2 commit 1fa6b8b

File tree

1 file changed

+1
-1
lines changed
  • platform/nativescript/runtime/components

1 file changed

+1
-1
lines changed

platform/nativescript/runtime/components/frame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ export default {
114114
navDepth: undefined,
115115
fragmentTag: undefined
116116
}
117+
// TODO: this should be in a specific NS Frame method
117118
if (isIOS) {
118-
// TODO: this should be in a specific NS Frame method
119119
let viewController = backstackEntry.resolvedPage.ios
120120
if (!viewController) {
121121
throw new Error(

0 commit comments

Comments
 (0)