mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
Fixed flatlist warning on side menu
This commit is contained in:
parent
546a5844b6
commit
e0065e56ed
@ -49,6 +49,7 @@ class SideMenuContainer extends Component {
|
||||
accounts.push({
|
||||
name: `@${element.username}`,
|
||||
username: element.username,
|
||||
id: element.username,
|
||||
});
|
||||
});
|
||||
accounts.push({
|
||||
|
Loading…
Reference in New Issue
Block a user