Skip to content

Commit ea70333

Browse files
committed
fix: 修复水合错误
1 parent d113fc5 commit ea70333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/admin/list/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const columns: TableProps<DataType>['columns'] = [
8888
},
8989
];
9090

91-
export default async function List() {
91+
export default function List() {
9292
const { data, error, isLoading, isValidating, mutate } = useSWR('/api/get-images', fetcher)
9393

9494
if (error) {

0 commit comments

Comments
 (0)