diff --git a/src/FilterLists.Web.V2/src/components/ListInfoButton.tsx b/src/FilterLists.Web.V2/src/components/ListInfoButton.tsx index efa70a457..80a223d8e 100644 --- a/src/FilterLists.Web.V2/src/components/ListInfoButton.tsx +++ b/src/FilterLists.Web.V2/src/components/ListInfoButton.tsx @@ -1,4 +1,4 @@ -import { Button } from 'antd'; +import { Button, Icon } from 'antd'; import React from 'react'; import { RouteComponentProps } from 'react-router-dom'; @@ -8,12 +8,14 @@ interface Props { list: List; }; -export const ListInfoButton = (props: RouteComponentProps & Props) => - ; \ No newline at end of file + : props.history.push(listPath)} > + + +}; \ No newline at end of file