Просмотр исходного кода

Fix indentation in QueuePage.tsx

MartinNYHC 6 месяцев назад
Родитель
Сommit
78fdb27fa5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      frontend/src/pages/QueuePage.tsx

+ 1 - 1
frontend/src/pages/QueuePage.tsx

@@ -498,7 +498,7 @@ function SortableQueueItem({
           {/* Progress bar for printing items - TODO: integrate with WebSocket */}
           {isPrinting && status && (
             <div className="mt-3">
-             <div className="flex items-center justify-between text-sm">
+              <div className="flex items-center justify-between text-sm">
                 <div className="flex-1 bg-bambu-dark-tertiary rounded-full h-2 mr-3">
                   <div
                     className="bg-bambu-green h-2 rounded-full transition-all"