Skip to content

Commit 8e63c2d

Browse files
HACO8888Copilot
andauthored
Update app/admin/post-query/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bf78aa9 commit 8e63c2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/admin/post-query/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export default function Page() {
200200
<tbody className="divide-y divide-gray-200">
201201
{(results.length === 0 && !loading) ? (
202202
<tr>
203-
<td colSpan={5} className="px-6 py-4 text-center text-gray-500">
203+
<td colSpan={4} className="px-6 py-4 text-center text-gray-500">
204204
暫無資料
205205
</td>
206206
</tr>

0 commit comments

Comments
 (0)