added bin history, fixed some column stuff in the DiffHistory

This commit is contained in:
csawatzky 2025-03-17 11:19:00 -06:00
parent 41131dee26
commit c397b86524
3 changed files with 24 additions and 19 deletions

View file

@ -542,7 +542,7 @@ export default function Bin(props: Props) {
</Box>
</TabPanelMine>
<TabPanelMine value={value} index={1}>
{/* <BinHistory drawer={drawer} binID={binID} /> */}
<BinHistory drawer={drawer} binID={binID} />
</TabPanelMine>
</React.Fragment>
);