diff --git a/web/src/components/Description.tsx b/web/src/components/Description.tsx index 1a0471cf6..bb21d5f52 100644 --- a/web/src/components/Description.tsx +++ b/web/src/components/Description.tsx @@ -2,14 +2,6 @@ import React from "react"; interface Props { description: string; - descriptionSourceUrl: string; } -export const Description = (props: Props) => - props.descriptionSourceUrl ? ( -
- {props.description} -- ) : ( -
{props.description}
- ); +export const Description = (props: Props) =>{props.description}
; diff --git a/web/src/components/listInfoDrawer/ListInfoDrawer.tsx b/web/src/components/listInfoDrawer/ListInfoDrawer.tsx index 21f5391de..eebdf5d4e 100644 --- a/web/src/components/listInfoDrawer/ListInfoDrawer.tsx +++ b/web/src/components/listInfoDrawer/ListInfoDrawer.tsx @@ -63,10 +63,7 @@ export const ListInfoDrawer = (props: RouteComponentProps & Props) => { destroyOnClose={true} onClose={() => props.history.push("/")} > -