Skip to content

Commit ecf0b26

Browse files
committed
linter
1 parent eed7903 commit ecf0b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bundle/ui-dev/src/modules/common/icon/inculdedIcon.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const bcIconsMap = {
6060
'caret-up': ArrowChevronUp,
6161
checkmark: FormCheck,
6262
'circle-close': DiscardCircle,
63-
'create': Add,
63+
create: Add,
6464
date: Calendar,
6565
'expand-left': ArrowExpandLeft,
6666
fields: FormInput,
@@ -77,7 +77,7 @@ const bcIconsMap = {
7777
video: VideoPlay,
7878
view: Visibility,
7979
warning: AlertWarning,
80-
}
80+
};
8181

8282
const iconsMap = {
8383
...bcIconsMap,

0 commit comments

Comments
 (0)