fixed messages
This commit is contained in:
parent
e7b4572d2e
commit
eadd8d9f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ class App extends React.Component<any, any> {
|
|||
this.state.tasks.rewards.forEach((element: any) => {
|
||||
if (element.id == event.target.id) {
|
||||
if (element.id == target_id) {
|
||||
this.sendReward(target_id, "down", "Cost!")
|
||||
this.sendReward(target_id, "down", "Redeemed!")
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue