Fixed self menu icon

這個提交存在於:
Arnaud Vergnet 2020-04-20 09:52:32 +02:00
父節點 5db7649bec
當前提交 a3a1b2e29c

查看文件

@ -255,9 +255,9 @@ class HomeScreen extends React.Component<Props> {
isAvailable: dashboardData.proximo_articles > 0
},
{
id: 'silverware-fork-knife',
id: 'today_menu',
data: dashboardData.today_menu,
icon: 'shopping',
icon: 'silverware-fork-knife',
color: this.colors.menuColor,
onPress: this.onMenuClick,
isAvailable: dashboardData.today_menu.length > 0