Browse Source

Fix indentation in QueuePage.tsx

MartinNYHC 3 months ago
parent
commit
78fdb27fa5
1 changed files with 1 additions and 1 deletions
  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 */}
           {/* Progress bar for printing items - TODO: integrate with WebSocket */}
           {isPrinting && status && (
           {isPrinting && status && (
             <div className="mt-3">
             <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="flex-1 bg-bambu-dark-tertiary rounded-full h-2 mr-3">
                   <div
                   <div
                     className="bg-bambu-green h-2 rounded-full transition-all"
                     className="bg-bambu-green h-2 rounded-full transition-all"