Skip to content

Commit

Permalink
update invalid-href
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jul 25, 2020
1 parent 5a580c9 commit 90a01da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/invalid-href/pages/third.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useState } from 'react'

const invalidLink = 'https://vercel.com/'

export default () => {
export default function Page() {
const { query, ...router } = useRouter()
const [isDone, setIsDone] = useState(false)
const { method = 'push' } = query
Expand Down

0 comments on commit 90a01da

Please sign in to comment.