diff --git a/apps/readest-app/src/app/library/components/TransferQueuePanel.tsx b/apps/readest-app/src/app/library/components/TransferQueuePanel.tsx index b75968a1..7bbcb200 100644 --- a/apps/readest-app/src/app/library/components/TransferQueuePanel.tsx +++ b/apps/readest-app/src/app/library/components/TransferQueuePanel.tsx @@ -328,29 +328,25 @@ const TransferQueuePanel: React.FC = () => { {/* Footer actions */} -
-
- {stats.failed > 0 && ( - - )} -
-
- {stats.completed > 0 && ( - - )} - {stats.failed > 0 && ( - - )} -
+
+ {stats.failed > 0 && ( + + )} + {stats.completed > 0 && ( + + )} + {stats.failed > 0 && ( + + )}