Skip to content

Commit

Permalink
Fix amount to concentration
Browse files Browse the repository at this point in the history
  • Loading branch information
cbolles committed Nov 20, 2024
1 parent de25ca8 commit c1ea2fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const MetaboliteParamsView: React.FC<MetaboliteParamsViewProps> = ({ para
<CardContent>
<List>
<ListItem>Type: {params.type}</ListItem>
<ListItem>Amount: {params.amount}</ListItem>
<ListItem>Amount: {params.concentration}</ListItem>
</List>
</CardContent>
</Card>
Expand Down

0 comments on commit c1ea2fc

Please sign in to comment.