From 77e2b579bc42b6c36f82dba246561293049e73f8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Apr 2019 19:03:06 +0200 Subject: adding chart... whole verify app working nicer --- scraper/client/common/table.component.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scraper/client/common/table.component.js') diff --git a/scraper/client/common/table.component.js b/scraper/client/common/table.component.js index 96b62835..121c9841 100644 --- a/scraper/client/common/table.component.js +++ b/scraper/client/common/table.component.js @@ -118,6 +118,9 @@ export function TableCell({ value }) { value = } } + if (value && typeof value === 'string' && value.indexOf('http') === 0) { + value = {value} + } return ( {value} ) -- cgit v1.2.3-70-g09d2