displaying the conditioning card in cooldown now as well as drying/hydrating
This commit is contained in:
parent
239f1d4327
commit
80428050ba
4 changed files with 18 additions and 10 deletions
|
|
@ -810,7 +810,8 @@ export default function Bin(props: Props) {
|
|||
</Grid>
|
||||
<Grid size={{ xs: 12, sm: 12, md: 12, lg: 2.6 }}>
|
||||
{(bin.settings.mode === pond.BinMode.BIN_MODE_DRYING ||
|
||||
bin.settings.mode === pond.BinMode.BIN_MODE_HYDRATING) && (
|
||||
bin.settings.mode === pond.BinMode.BIN_MODE_HYDRATING ||
|
||||
bin.settings.mode === pond.BinMode.BIN_MODE_COOLDOWN) && (
|
||||
<BinConditioningCard
|
||||
mode={bin.settings.mode}
|
||||
interactions={interactions}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue