8000 fix lint problems · stackriot/react-simple-chatbot@378239f · GitHub
[go: up one dir, main page]

Skip to content

Commit 378239f

Browse files
committed
fix lint problems
1 parent 06936e0 commit 378239f
D089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ChatBotContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const ChatBotContainer = styled.div`
1010
position: ${props => props.floating ? 'fixed' : 'relative'};
1111
bottom: ${props => props.floating ? '32px' : 'initial'};
1212
right: ${props => props.floating ? '32px' : 'initial'};
13-
width: ${props => props.width };
13+
width: ${props => props.width};
1414
z-index: 999;
1515
transform: ${props => props.opened ? 'scale(1)' : 'scale(0)'};
1616
transform-origin: bottom right;

0 commit comments

Comments
 (0)
0