Skip to content

Commit eaa2e80

Browse files
committed
Try again
1 parent 6bd3389 commit eaa2e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/chat/Chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const enum messageStatus {
4747
}
4848

4949
function useQuery() {
50-
return new URLSearchParams(useLocation());
50+
return new URLSearchParams('test');
5151
}
5252

5353

0 commit comments

Comments
 (0)