formatting and linting.

pull/1784/head
Warrick Corfe-Tan 4 years ago
parent c944fac426
commit fb81fce331

@ -61,7 +61,6 @@
} }
} }
&--transparent { &--transparent {
background: none; background: none;
} }

@ -782,9 +782,9 @@ class MessageInner extends React.PureComponent<MessageRegularProps, State> {
className={classNames( className={classNames(
'module-message__container', 'module-message__container',
`module-message__container--${direction}`, `module-message__container--${direction}`,
isShowingImage ? isShowingImage
`module-message__container--${direction}--transparent` : ? `module-message__container--${direction}--transparent`
`module-message__container--${direction}--opaque` : `module-message__container--${direction}--opaque`
)} )}
style={{ style={{
width: isShowingImage ? width : undefined, width: isShowingImage ? width : undefined,

Loading…
Cancel
Save