Fix build

This commit is contained in:
Arnaud 2024-11-07 15:01:08 +01:00
parent 0a433c6996
commit caa46d4828
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -9,7 +9,7 @@ type Props = {
message: string | undefined;
};
export const CustomStateCellRender = ({ state, message }: Props) => {
export const CustomStateCellRender = ({ state }: Props) => {
const icons = {
pending: PurchaseStateIcon,
submitted: PurchaseStateIcon,