diff --git a/src/pages/customer/status/index.tsx b/src/pages/customer/status/index.tsx
index 887833c6..8ab87825 100644
--- a/src/pages/customer/status/index.tsx
+++ b/src/pages/customer/status/index.tsx
@@ -212,29 +212,27 @@ export default function Status() {
case "confirmed":
return (
<>
-
- {threadsData?.threads?.length ? (
- threadsData.threads.map((thread, index) => (
-
- console.log(`CustomerInfo clicked for thread ${index}`)
- }
- />
- ))
- ) : (
-
- )}
-
+ {threadsData?.threads?.length ? (
+ threadsData.threads.map((thread, index) => (
+
+ console.log(`CustomerInfo clicked for thread ${index}`)
+ }
+ />
+ ))
+ ) : (
+
+ )}
>
);
default: