added bin history, fixed some column stuff in the DiffHistory
This commit is contained in:
parent
41131dee26
commit
c397b86524
3 changed files with 24 additions and 19 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue