mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Simplify type definition for ReportExpenseColumn
This commit is contained in:
@@ -11,9 +11,7 @@ type ReportExpenseColumn =
|
||||
columns: Array<{
|
||||
header: string;
|
||||
accessorKey?: string;
|
||||
cell?: (props: {
|
||||
row: { original: ReportExpense };
|
||||
}) => React.ReactNode;
|
||||
cell?: (props: { row: { original: ReportExpense } }) => React.ReactNode;
|
||||
}>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user