You've already forked DataMate
init datamate
This commit is contained in:
9
frontend/src/pages/OperatorMarket/operator.const.tsx
Normal file
9
frontend/src/pages/OperatorMarket/operator.const.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Boxes } from "lucide-react";
|
||||
import { OperatorI } from "./operator.model";
|
||||
|
||||
export const mapOperator = (op: OperatorI) => {
|
||||
return {
|
||||
...op,
|
||||
icon: <Boxes className="w-5 h-5 text-gray-500" />,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user