diff --git a/src/components/DimensionsView.tsx b/src/components/DimensionsView.tsx
index 351d640..eeff64b 100644
--- a/src/components/DimensionsView.tsx
+++ b/src/components/DimensionsView.tsx
@@ -664,28 +664,26 @@ export function DimensionsView({ data, headers, onEdit, onSaveRow, onCaptureStat
-
+
- {isPending && (
-
- )}
+
|