diff --git a/src/components/CaptureMatching/CaptureHeader.js b/src/components/CaptureMatching/CaptureHeader.js index 0f4df871c..335e11b4c 100644 --- a/src/components/CaptureMatching/CaptureHeader.js +++ b/src/components/CaptureMatching/CaptureHeader.js @@ -36,7 +36,7 @@ function CaptureHeader(props) { alignItems="baseline" > diff --git a/src/components/CaptureMatching/CaptureMatchingView.js b/src/components/CaptureMatching/CaptureMatchingView.js index 715473b61..fd5ef86e2 100644 --- a/src/components/CaptureMatching/CaptureMatchingView.js +++ b/src/components/CaptureMatching/CaptureMatchingView.js @@ -169,7 +169,7 @@ function CaptureMatchingView() { diff --git a/src/components/CaptureMatching/CurrentCaptureNumber.js b/src/components/CaptureMatching/CurrentCaptureNumber.js index ce60b9477..51a09bed0 100644 --- a/src/components/CaptureMatching/CurrentCaptureNumber.js +++ b/src/components/CaptureMatching/CurrentCaptureNumber.js @@ -5,16 +5,16 @@ import { Paper, Typography, Box } from '@material-ui/core'; function CurrentCaptureNumber(props) { return ( - + - + {props.cameraImg} {props.treeIcon} {props.imgCount} {props.treesCount}