mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -37,7 +37,7 @@ export function EntityTable2({ entity, select, ...props }: EntityTableProps) {
|
||||
console.warn(
|
||||
"Couldn't render value",
|
||||
{ value, property, entity, select, columns, ...props },
|
||||
e
|
||||
e,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user