diff --git a/src/components/collections/Comment.jsx b/src/components/collections/Comment.jsx
index 26c279eb..5bb2167f 100644
--- a/src/components/collections/Comment.jsx
+++ b/src/components/collections/Comment.jsx
@@ -27,7 +27,7 @@ const Comment = ({ invoice }) => {
AddComment(payload);
};
return (
-
+
-
+
{/* Row 3: Invoice Date + Client Submitted Date */}
@@ -97,7 +98,7 @@ const ViewCollection = ({ onClose }) => {
-
+
{/* Row 5: Basic Amount + Tax Amount */}
@@ -157,16 +158,12 @@ const ViewCollection = ({ onClose }) => {
{/* Description */}
-
- Description :
-
+
Description :
{data?.description}
-
+
-
+
{data?.attachments?.map((doc) => {
@@ -205,30 +202,27 @@ const ViewCollection = ({ onClose }) => {
-
-
+
{/* Tabs Navigation */}
- -
+
-
-
-
-
-
-
-
- {/* Payments History Tab Content */}
-
-
+ {/* Tab Content */}
+
+ {activeTab === "payments" && (
+
-
+ )}
+
+ {activeTab === "details" && (
+
+
+
+ )}