mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-05-01 07:13:15 +00:00
Fix build
This commit is contained in:
parent
0a433c6996
commit
caa46d4828
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user