Skip to content

Commit cccc118

Browse files
committed
reduce scope of eslint disable in bonapp menu
1 parent f52e1a1 commit cccc118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/menus/menu-bonapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable react/prop-types, camelcase */
21
// @flow
32
import React from 'react'
43
import LoadingView from '../components/loading'
@@ -151,6 +150,7 @@ export class BonAppHostedMenu extends React.Component<void, Props, State> {
151150

152151
// then we make our own StationMenus list
153152
return toPairs(idsGroupedByStation).map(([name, items], i) => ({
153+
// eslint-disable-next-line camelcase
154154
order_id: String(i),
155155
id: String(i),
156156
label: name,

0 commit comments

Comments
 (0)