From fb64362e2acb9f43f100a7c7351d48e570ea98ee Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 24 Mar 2018 16:34:17 -0500 Subject: [PATCH] fix incorrect interface type in last --- src/FilterLists.Web/ClientApp/components/ListDetails.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx index 06941f5c8..51271e346 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx @@ -260,7 +260,7 @@ interface IFilterListDetailsDto { } interface IListLicenseDto { - descriptionUrl: number; + descriptionUrl: string; name: string; }