From e0b0b2f976c61225a178c7715caf2656a1f6741f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 15 Dec 2018 21:32:51 +0100 Subject: moving stuff --- scraper/client/common/detectionList.component.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 scraper/client/common/detectionList.component.js (limited to 'scraper/client/common/detectionList.component.js') diff --git a/scraper/client/common/detectionList.component.js b/scraper/client/common/detectionList.component.js deleted file mode 100644 index 416e66d8..00000000 --- a/scraper/client/common/detectionList.component.js +++ /dev/null @@ -1,16 +0,0 @@ -import React from 'react' - -export default function DetectionList({ detections, labels, tag, showEmpty }) { - return ( - - {tag &&

{tag}

} - {!detections.length && showEmpty && } - {detections.map(({ idx, score, rect }, i) => ( - - ))} -
- ) -} -- cgit v1.2.3-70-g09d2