add analysis screen check

This commit is contained in:
Linzolle
2020-06-19 18:27:26 -05:00
parent 6516e07bd8
commit d023f67b1e
@@ -17,7 +17,9 @@ export const ChemMaster = props => {
pillBottleCurrentAmount,
pillBottleMaxAmount,
} = data;
if (screen === "analyze") {
return <AnalysisResults state={state}/>;
}
return (
<Fragment>
<Section