mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-25 22:33:52 +03:00
Fixed flatlist warning on side menu
This commit is contained in:
parent
0947f90cc6
commit
64ff94fc48
@ -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({
|
||||||
|
Loading…
Reference in New Issue
Block a user