diff --git a/Project/frontend/src/pages/PatchList.tsx b/Project/frontend/src/pages/PatchList.tsx index 302728c..fe24dfb 100644 --- a/Project/frontend/src/pages/PatchList.tsx +++ b/Project/frontend/src/pages/PatchList.tsx @@ -1,5 +1,5 @@ import { useState, useEffect } from 'react'; -import { FileText, Search, RefreshCw, Calendar, User, Edit3 } from 'lucide-react'; +import { FileText, Search, RefreshCw, Calendar, Edit3, User } from 'lucide-react'; import { comms } from '@/communication'; import { BoardItem } from '@/types'; @@ -168,35 +168,26 @@ export function PatchList() { boardList.map((item) => (
handleRowClick(item)} > -
-
-
- {item.header && ( - - {item.header} - - )} - {item.cate && ( - - {item.cate} - - )} -
-

{item.title}

-

{item.contents}

+
+
+ {item.header && ( + + {item.header} + + )} + {item.cate && ( + + {item.cate} + + )}
-
-
- - {item.wuid_name || item.wuid} -
-
- - {formatDate(item.wdate)} -
+

{item.title}

+
+ + {formatDate(item.wdate)}