mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 08:16:44 +00:00
Format all files
This commit is contained in:
@@ -84,7 +84,7 @@ export default function UsersTable({ roles: r }: RolesTableProps) {
|
||||
{
|
||||
accessorKey: "description",
|
||||
friendlyName: t("description"),
|
||||
header: () => (<span className="p-3">{t("description")}</span>)
|
||||
header: () => <span className="p-3">{t("description")}</span>
|
||||
},
|
||||
{
|
||||
id: "actions",
|
||||
|
||||
Reference in New Issue
Block a user