Skip to content

Commit

Permalink
Fixed url change error
Browse files Browse the repository at this point in the history
  • Loading branch information
swimminginlove committed Jul 24, 2020
1 parent c1a51ed commit 9257b41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function useProjectNavigationBarState(
event => {
dispatch({
type: 'history.setLocationBar',
value: event.target.value,
value: event,
})
},
[dispatch],
Expand Down

0 comments on commit 9257b41

Please sign in to comment.