This is my object and I want to map this in my component but I have problem, I cant use map on this object. First value is vote and next is array of users. How I cna use map on this in babel ?
var ObjVote = {
'1':['EwaK','Jacek','Jacek'],
'2':['Anna','Pawel','EwaK'],
'3':['Anna','EwaK','Jacek'],
'4':['Jas','Jas','Pawel'],
'5':['Anna','Jas','Pawel']
}