fix: fixed layer history not updating for multiarch images

Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
This commit is contained in:
Raul Kele
2023-05-04 08:58:42 +03:00
parent c09a12facc
commit 70a870a616

View File

@ -33,7 +33,7 @@ function HistoryLayers(props) {
return () => {
abortController.abort();
};
}, [name]);
}, [name, history]);
return (
<>