Commit b15ae90a authored by Riri Novita's avatar Riri Novita

id

parent f6059781
...@@ -111,7 +111,7 @@ export default class SummaryOfTriputra extends Component { ...@@ -111,7 +111,7 @@ export default class SummaryOfTriputra extends Component {
let data = response.data.data let data = response.data.data
let monthData = data.map((item) => { let monthData = data.map((item) => {
return { return {
month_id: item.month_id, month_id: item.id,
month_name: item.month_name month_name: item.month_name
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment