Compare commits

..

No commits in common. "45fb186ed38d15deddd4ea34196ccfcce582f197" and "644fb1775f841e8f517c44278b783b0b112b3902" have entirely different histories.

1 changed files with 182 additions and 190 deletions

View File

@ -310,14 +310,6 @@ const ListPage: React.FC = () => {
: 'block',
},
},
{
key: 'history',
label:
<HistoryOrder
email={record.customer_email}
tableRef={actionRef}
/>,
},
{
key: 'note',
label: <OrderNote id={record.id as number} />,