Skip to content

Commit

Permalink
Merge pull request #78 from vtexdocs/chore/update-rapidoc-mini
Browse files Browse the repository at this point in the history
Chore/update rapidoc mini
  • Loading branch information
amandascm authored Oct 6, 2022
2 parents 2b11cc0 + 85ecf98 commit fb14e19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"path": "./node_modules/cz-conventional-changelog"
},
"rapidoc": {
"version": "1.0.9-vtex"
"version": "1.0.10-vtex"
}
},
"resolutions": {
Expand Down
1 change: 0 additions & 1 deletion src/utils/hooks/useNavigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import useSWRImmutable from 'swr'
export default function useNavigation() {
const fetcher = (url: string) => fetch(url).then((res) => res.json())
const { data, error } = useSWRImmutable('/api/navigation', fetcher)
console.log('useNavigation')
return {
data: data,
isLoading: !error && !data,
Expand Down

0 comments on commit fb14e19

Please sign in to comment.