Merge branch 'staging_environment' into upgrade_device

This commit is contained in:
Carter 2025-05-09 13:46:04 -06:00
commit 809acae6fc
31 changed files with 1027 additions and 1021 deletions

View file

@ -547,7 +547,6 @@ export default function Bin(props: Props) {
};
const tasks = () => {
console.log(showTasks())
if (showTasks()) {
return (
<React.Fragment>

View file

@ -96,6 +96,7 @@ export default function DevicePage() {
}
}
});
setDiagnosticComponents(diagComponents)
setComponents(rComponents)
let interactions: Interaction[] = [];
resp.data.interactions.forEach((interaction: pond.Interaction) => {