add analysis screen check
This commit is contained in:
@@ -17,7 +17,9 @@ export const ChemMaster = props => {
|
||||
pillBottleCurrentAmount,
|
||||
pillBottleMaxAmount,
|
||||
} = data;
|
||||
|
||||
if (screen === "analyze") {
|
||||
return <AnalysisResults state={state}/>;
|
||||
}
|
||||
return (
|
||||
<Fragment>
|
||||
<Section
|
||||
|
||||
Reference in New Issue
Block a user