add sorting in date and test dropdowns
This commit is contained in:
@@ -7,7 +7,7 @@ import './DeviceGraph.css';
|
||||
import AbsorbanceGraph from './AbsorbanceGraph';
|
||||
import db from '../firebase';
|
||||
|
||||
function DeviceGraph({url}) {
|
||||
function DeviceGraph({url, show}) {
|
||||
const [devices, setDevices] = useState([]);
|
||||
const [hposTests, setHposTests] = useState(null);
|
||||
|
||||
@@ -63,7 +63,7 @@ function DeviceGraph({url}) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<AbsorbanceGraph url={url} />
|
||||
<AbsorbanceGraph url={url} show={show} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user