Skip to content

Commit d362e2a

Browse files
lint
1 parent 7baec55 commit d362e2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/libs/editor/src/components/AnnotationsCarousel/AnnotationButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ export const AnnotationButton = observer(
176176
url.searchParams.set("user", entity.user.id);
177177
}
178178

179-
180179
const projectMatch = window.location.pathname.match(/\/projects\/(\d+)/);
181180
if (projectMatch) {
182181
url.searchParams.set("project", projectMatch[1]);

0 commit comments

Comments
 (0)