diff --git a/web/src/App.tsx b/web/src/App.tsx index c9f9553..14c236c 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -277,7 +277,7 @@ export default function App() { Ausgewählt: {selectedCount} {selectedCount > 0 && ( + )} @@ -464,7 +464,7 @@ function RenameInline({ onSubmit }: RenameInlineProps) { onKeyDown={(e) => { if (e.key === 'Enter') void submit(); }} style={{ color: '#000000' }} /> - + ); }