Fixed self menu icon
這個提交存在於:
父節點
5db7649bec
當前提交
a3a1b2e29c
共有 1 個檔案被更改,包括 2 行新增 和 2 行删除
|
@ -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
|
||||
|
|
載入中…
新增問題並參考