Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Dec 19, 2024
1 parent a3f39b7 commit d1486b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/tables/OrdersTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ const getOrdersTableColumnDef = ({
symbol?: Nullable<string>;
isAccountViewOnly: boolean;
width?: ColumnSize;
// todo add back output type, undo this change before committing
}) => ({
}): ColumnDef<OrderTableRow> => ({
width,
...(
{
Expand Down

0 comments on commit d1486b6

Please sign in to comment.