diff --git a/lama_cleaner/app/src/Editor.tsx b/lama_cleaner/app/src/Editor.tsx index ce937eb..6817cd5 100644 --- a/lama_cleaner/app/src/Editor.tsx +++ b/lama_cleaner/app/src/Editor.tsx @@ -418,53 +418,53 @@ export default function Editor(props: EditorProps) { value={brushSize} onChange={setBrushSize} /> - {renders.length ? ( - <> - - - ) : ( - <> - )} +
+ - + +
)