From 5d76c57ce2f30edfb5408eef5b1ce262e56ddcb1 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sat, 29 Oct 2022 14:18:07 +1100 Subject: [PATCH] Misc fixes --- frontend/src/features/tabs/Inpainting/components/Cacher.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/features/tabs/Inpainting/components/Cacher.tsx b/frontend/src/features/tabs/Inpainting/components/Cacher.tsx index 3f82d2a4b2..ae137faa07 100644 --- a/frontend/src/features/tabs/Inpainting/components/Cacher.tsx +++ b/frontend/src/features/tabs/Inpainting/components/Cacher.tsx @@ -31,7 +31,7 @@ const Cacher = () => { stageScale, pastLines, futureLines, - needsRepaint, + needsCache, isDrawing, } = useAppSelector((state: RootState) => state.inpainting); @@ -63,7 +63,7 @@ const Cacher = () => { stageScale, pastLines, futureLines, - needsRepaint, + needsCache, isDrawing, ]);