Skip to content

Commit 2541e8e

Browse files
committed
Fix flow type
1 parent 2d2e685 commit 2541e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/menus/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export type CafeMenuType = {
6565
export type CarletonDetailMenuType = {
6666
component: any,
6767
id: string,
68-
props: {cafeId: number, loadingMessage: Array<string>},
68+
props: {cafeId: string, loadingMessage: Array<string>},
6969
title: string,
7070
};
7171

0 commit comments

Comments
 (0)