Skip to content

Commit e0e05f8

Browse files
committed
prettier
1 parent 51426fa commit e0e05f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export function Router(props) {
150150

151151
// Successful route transition: un-suspend after a tick and stop rendering the old route:
152152
prev.current = null;
153-
RESOLVED.then(function() {
153+
RESOLVED.then(() => {
154154
setIsLoading(false);
155155
});
156156
});

0 commit comments

Comments
 (0)