Skip to content

Commit 319e3cd

Browse files
committed
quickfix: lint
1 parent 25065ce commit 319e3cd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

imports/ui/unit-explorer/unit-type-icon.jsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ const unitTypes = [
1313
{ icon: 'business', categories: ['Office'] },
1414
{ icon: 'location_city', categories: ['Warehouse'] },
1515
{ icon: 'restaurant', categories: ['Restaurant/Cafe'] },
16-
{ icon: 'not_listed_location', categories: [
17-
'Other', 'Unknown', 'Other/Building', 'Other/Unit', 'Other/Room', 'Unknown/Building', 'Unknown/Unit', 'Unknown/Room'
18-
] }
16+
{
17+
icon: 'not_listed_location',
18+
categories: [
19+
'Other', 'Unknown', 'Other/Building', 'Other/Unit', 'Other/Room', 'Unknown/Building', 'Unknown/Unit', 'Unknown/Room'
20+
]
21+
}
1922
]
2023

2124
const iconDict = unitTypes.reduce((all, def) => {

0 commit comments

Comments
 (0)