{typeof children === 'function'
? children({ errors, processing })
: children}
diff --git a/resources/js/pages/admin/feedback/index.tsx b/resources/js/pages/admin/feedback/index.tsx
index 7e7bbfa..15cad6e 100644
--- a/resources/js/pages/admin/feedback/index.tsx
+++ b/resources/js/pages/admin/feedback/index.tsx
@@ -1,3 +1,7 @@
+import { Head, Link, router } from '@inertiajs/react';
+import { format } from 'date-fns';
+import { Info, Plus } from 'lucide-react';
+import { useState } from 'react';
import type { PaginationState } from '@/components/data-table';
import { DataTable } from '@/components/data-table';
import { DeleteConfirmDialog } from '@/components/delete-confirm-dialog';
@@ -27,10 +31,6 @@ import {
} from '@/routes/admin/feedback';
import type { Feedback } from '@/types/feedback';
import { FeedbackStatusLabels, FeedbackTypeLabels } from '@/types/feedback';
-import { Head, Link, router } from '@inertiajs/react';
-import { format } from 'date-fns';
-import { Info, Plus } from 'lucide-react';
-import { useState } from 'react';
import { createFeedbackColumns, FeedbackStatusVariants } from './columns';
type FeedbackTypeOption = { value: string; label: string };
@@ -159,8 +159,8 @@ export default function FeedbackIndex({
Ubah status Kritik dan Saran
- Klik badge Status pada tabel untuk mengubah status Kritik dan Saran
- secara langsung.
+ Klik badge Status pada tabel untuk mengubah status
+ Kritik dan Saran secara langsung.
@@ -217,7 +217,7 @@ function ViewDetailDialog({
{feedback && (
-