Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1213 from 18F/ab-remove-cost-column
Browse files Browse the repository at this point in the history
Removes `cost` column from marketplace table
  • Loading branch information
jcscottiii authored Aug 29, 2017
2 parents 01d7724 + 5754f13 commit a2b1e1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static_src/components/service_plan_list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
];

Expand Down

0 comments on commit a2b1e1c

Please sign in to comment.