mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat : checkbox landed cost.
This commit is contained in:
@@ -59,11 +59,7 @@ const LandedCostCell = ({
|
||||
data,
|
||||
payload,
|
||||
}) => {
|
||||
return (
|
||||
<Tooltip content={''} position={Position.RIGHT}>
|
||||
<Checkbox minimal={true} className="ml2" />
|
||||
</Tooltip>
|
||||
);
|
||||
return <Checkbox minimal={true} className="ml2" />;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user