update
This commit is contained in:
@@ -32,7 +32,7 @@ function TemperatureBottom(props) {
|
||||
}}
|
||||
>
|
||||
{Object.keys(tempBottom).map((d) => (
|
||||
<BlueRect title={d} value={tempBottom[d]} blue={blueTe.includes(d)} />
|
||||
<BlueRect title={d} key={d + Math.random()} value={tempBottom[d]} blue={blueTe.includes(d)} />
|
||||
))}
|
||||
</motion.div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user