diff --git a/static_src/components/service_plan_list.jsx b/static_src/components/service_plan_list.jsx index bfcea4d5..42fc2aa4 100644 --- a/static_src/components/service_plan_list.jsx +++ b/static_src/components/service_plan_list.jsx @@ -41,7 +41,6 @@ export default class ServicePlanList extends React.Component { const columns = [ { label: 'Service Plan Name', key: 'label' }, { label: 'Description', key: 'description' }, - { label: 'Cost', key: 'extra.costs.amount.usd' }, { label: 'Actions', key: 'actions' } ];