Migrate guest v2 achievements and refresh share page
This commit is contained in:
@@ -174,7 +174,7 @@ export default function TasksScreen() {
|
||||
const handleOpenPhoto = React.useCallback(
|
||||
(photoId: number) => {
|
||||
if (!highlight) return;
|
||||
navigate(buildEventPath(token, `/gallery?photoId=${photoId}&task=${highlight.id}`));
|
||||
navigate(buildEventPath(token, `/gallery?photo=${photoId}&task=${highlight.id}`));
|
||||
},
|
||||
[highlight, navigate, token]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user