Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Mar 28, 2024
1 parent 9bbd0db commit 901459c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import TimesSquareUrlParametersContext from '../TimesSquareUrlParametersProvider

export default function TimesSquareGitHubPagePanel({}) {
const { publicRuntimeConfig } = getConfig();
router = useRouter();
const router = useRouter();
const { tsPageUrl } = React.useContext(TimesSquareUrlParametersContext);
const pageData = useTimesSquarePage(tsPageUrl);

Expand Down

0 comments on commit 901459c

Please sign in to comment.