Fixed flatlist warning on side menu

This commit is contained in:
Mustafa Buyukcelebi 2018-12-21 12:13:13 +03:00
parent 0947f90cc6
commit 64ff94fc48

View File

@ -49,6 +49,7 @@ class SideMenuContainer extends Component {
accounts.push({ accounts.push({
name: `@${element.username}`, name: `@${element.username}`,
username: element.username, username: element.username,
id: element.username,
}); });
}); });
accounts.push({ accounts.push({