Skip to content

Commit ead0aba

Browse files
committed
fix a type conflict?
I'm pretty sure that this made this stricter, so I'm fine with it…
1 parent 59079ec commit ead0aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/views/menus/lib/process-menu-shorthands.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import type {MenuItemType, StationMenuType} from '../types'
55
type BasicMenuItemType = {
66
label: string,
77
station: string,
8-
special?: boolean,
9-
description?: string,
8+
special: boolean,
9+
description: string,
1010
}
1111

1212
type BasicStationMenuType = {

0 commit comments

Comments
 (0)