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

Commit

Permalink
Remove the cost column in services
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberlenny committed Aug 29, 2017
1 parent 52fc687 commit 45a23bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static_src/components/service_plan.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class ServicePlan extends React.Component {
<tr>
<td label="Name">{ plan.name }</td>
<td label="Description">{ plan.description }</td>
<td label="Cost">Free</td>
<td label="Cost">{ cost }</td>
<td label="Actions">
<Action
classes={ ['test-create_service_instance'] }
Expand Down

0 comments on commit 45a23bc

Please sign in to comment.