Skip to content

Commit 6e095f2

Browse files
committed
prettier fix
1 parent 6021e11 commit 6e095f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/iou/request/step/IOURequestStepUpgrade.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function IOURequestStepUpgrade({
8282

8383
const navigateWithMicrotask = (route: Route) => {
8484
if (isWeb) {
85-
Navigation.setNavigationActionToMicrotaskQueue(() => Navigation.navigate(route));
85+
Navigation.setNavigationActionToMicrotaskQueue(() => Navigation.navigate(route));
8686
} else {
8787
Navigation.navigate(route);
8888
}

0 commit comments

Comments
 (0)