unnecessary?

This commit is contained in:
Linzolle
2020-06-19 22:53:55 -05:00
parent b873f244c9
commit 1959b491fc
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ export const ChemMaster = props => {
isPillBottleLoaded,
pillBottleCurrentAmount,
pillBottleMaxAmount,
fermianalyze,
} = data;
if (screen === "analyze") {
return <AnalysisResults state={state} />;

File diff suppressed because one or more lines are too long