diff --git a/frontend/src/components/LicenseSidebarBlock/index.tsx b/frontend/src/components/LicenseSidebarBlock/index.tsx index f4e8d60..30b2aca 100644 --- a/frontend/src/components/LicenseSidebarBlock/index.tsx +++ b/frontend/src/components/LicenseSidebarBlock/index.tsx @@ -28,14 +28,14 @@ export function LicenseSidebarBlock(props: BlockProps) { if (props.license === undefined) { content = ; } else if (props.license === null || props.license.length === 0) { - content = (<> + content = (