Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 543b9d0

Browse files
cmeinschcdaringe
authored andcommitted
fix(build): reformat files
1 parent 4261abf commit 543b9d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/BannerMessage/BannerMessage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import classnames from 'classnames'
1212
*/
1313

1414
const BannerMessage = props => {
15-
const {button, closed, header, icon, children, info, warning, error, success, onCloseClicked, ...rest} = props
15+
const { button, closed, header, icon, children, info, warning, error, success, onCloseClicked, ...rest } = props
1616
const forceInfo = !info && !warning && !error && !success
1717

1818
function getOneDismissElement () {
@@ -47,7 +47,7 @@ const BannerMessage = props => {
4747
'ei icon_info_alt': info || forceInfo,
4848
'ei icon_error-triangle_alt': warning,
4949
'ei icon_error-circle_alt': error
50-
})}/>
50+
})} />
5151
)
5252
const DismissElement = getOneDismissElement()
5353

0 commit comments

Comments
 (0)