From ee3d0d98e19f1d8177d85af1866fd0ee431fe9ea Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 25 Nov 2018 22:19:15 +0100 Subject: moving stuff --- client/common/detectionList.component.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 client/common/detectionList.component.js (limited to 'client/common/detectionList.component.js') diff --git a/client/common/detectionList.component.js b/client/common/detectionList.component.js deleted file mode 100644 index 416e66d8..00000000 --- a/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