diff --git a/components/transactions/list.tsx b/components/transactions/list.tsx index a89fdd4..8c393c2 100644 --- a/components/transactions/list.tsx +++ b/components/transactions/list.tsx @@ -134,7 +134,7 @@ const getFieldRenderer = (field: Field): FieldRenderer => { name: field.name, code: field.code, classes: "", - sortable: true, + sortable: false, } } }