Skip to content

Commit 73f2ddd

Browse files
committed
Add missing semicolon
1 parent c415e19 commit 73f2ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/ui/src/shared/document/document-utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const getDocumentLink = (doc: ResultDocument, projectId: string, currentB
2727
export const getSupercategoryName = (doc: ResultDocument|Document): string => {
2828

2929
return doc.resource.category.parent ?? doc.resource.category.name;
30-
}
30+
};
3131

3232

3333
export const getHierarchyLink = (doc: ResultDocument): string =>

0 commit comments

Comments
 (0)