Skip to content

Commit

Permalink
add hash to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanner committed Apr 4, 2024
1 parent e6c114a commit f694ef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function UpdateSearchParamsButton({
<button
id={`update-search-params${id ? `-${id}` : ''}`}
style={{ color: 'blue', padding: '10px' }}
onClick={() => router.replace(`?random=${Math.random()}`)}
onClick={() => router.replace(`?random=${Math.random()}#hash-test`)}
>
Add Search Params
</button>
Expand Down

0 comments on commit f694ef9

Please sign in to comment.