Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
huhn511 committed Apr 11, 2019
1 parent 38bffb1 commit a22e65d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
23 changes: 0 additions & 23 deletions src/Components/Pages/Delivery.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,26 +128,3 @@ const deliveryData = {
}
]
}
const rewardsData = {
id: 'rewards',
border: true,
background: 'white',
image_type: 'mobile',
image_path: '../assets/mockups/delivery/delivery_rewards.jpg',
image_right: false,
title: 'Earn rewards',
description: "Receive rewards once you complete the delivery!",
button: false,
link_to: '',
button_text: '',
items: [
{
title: 'Real Money',
description: 'You can decide to earn money: you set the price per km, the system will choose the delivery person with the feedback and $/km.',
},
{
title: 'Coupons',
description: 'If you prefer you can decide to get paid with coupons that you can use in the local shops: the longer is the path the more the reward will be interesting!.',
}
]
}
1 change: 0 additions & 1 deletion src/Components/Sections/News.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { Component } from 'react'
import { Layout, Card } from 'element-react'
import { NavLink } from 'react-router-dom'
import Fade from 'react-reveal/Fade'

export default class extends Component {
Expand Down

0 comments on commit a22e65d

Please sign in to comment.