Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiota committed Aug 17, 2021
1 parent bcead95 commit fbd4cd8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,4 @@ export const getDefaultCellActions = ({
addToQuery,
}: {
addToQuery: (value: string) => void;
}) => [...buildFilterCellActions(addToQuery), ...commonCellActions]
};
}) => [...buildFilterCellActions(addToQuery), ...commonCellActions];

0 comments on commit fbd4cd8

Please sign in to comment.