diff --git a/Canon.Server/client-app/src/Pages/HistoryPage.tsx b/Canon.Server/client-app/src/Pages/HistoryPage.tsx index 0c40a37..4dcd713 100644 --- a/Canon.Server/client-app/src/Pages/HistoryPage.tsx +++ b/Canon.Server/client-app/src/Pages/HistoryPage.tsx @@ -44,7 +44,7 @@ export function HistoryPage({state, setState}) { } getResponse(); - }, [data]) + }, [state]) const toggleDrawerClose = () => { setState(false); @@ -87,7 +87,7 @@ export function HistoryPage({state, setState}) { { data.map((item, index) => { return + sx={{width: "100%", height: "auto",overflow: "visible"}}> { navigate(`/${item.id}`) }}>