Skip to content

Commit

Permalink
hide reward section
Browse files Browse the repository at this point in the history
  • Loading branch information
huhn511 committed Apr 11, 2019
1 parent 65a3ef5 commit 38bffb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Components/Pages/Delivery.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default class extends Component {
<ShowCase sectionData={findPackagesData} />
<ShowCase sectionData={pickupData} />
<ShowCase sectionData={deliveryData} />
<ShowCase sectionData={buddiesData} />
</Fragment>
)
}
Expand Down Expand Up @@ -129,7 +128,7 @@ const deliveryData = {
}
]
}
const buddiesData = {
const rewardsData = {
id: 'rewards',
border: true,
background: 'white',
Expand Down

0 comments on commit 38bffb1

Please sign in to comment.