got Bin page to render with BinTour not giving errors but the tour doesn't actually happen

This commit is contained in:
Carter 2025-03-12 15:35:00 -06:00
parent 9bbbf0940e
commit c46cb5ce4b
7 changed files with 179 additions and 32 deletions

View file

@ -1160,7 +1160,7 @@ export default function Bin(props: Props) {
</Box>
{objectTeams()}
{deviceMenu()}
{/* <BinTour /> */}
<BinTour />
</PageContainer>
);
}