We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7baec55 commit d362e2aCopy full SHA for d362e2a
web/libs/editor/src/components/AnnotationsCarousel/AnnotationButton.tsx
@@ -176,7 +176,6 @@ export const AnnotationButton = observer(
176
url.searchParams.set("user", entity.user.id);
177
}
178
179
-
180
const projectMatch = window.location.pathname.match(/\/projects\/(\d+)/);
181
if (projectMatch) {
182
url.searchParams.set("project", projectMatch[1]);
0 commit comments