refactor: remove TableCaption from user display in dashboard settings

This commit is contained in:
Mauricio Siu
2025-11-26 02:24:52 -05:00
parent ff822481c5
commit 45b75fdfde

View File

@@ -21,7 +21,6 @@ import {
import {
Table,
TableBody,
TableCaption,
TableCell,
TableHead,
TableHeader,
@@ -68,7 +67,6 @@ export const ShowUsers = () => {
) : (
<div className="flex flex-col gap-4 min-h-[25vh]">
<Table>
<TableCaption>See all users</TableCaption>
<TableHeader>
<TableRow>
<TableHead className="w-[100px]">Email</TableHead>