Merge pull request #6459 from matrix-org/t3chguy/eslint1

This commit is contained in:
Michael Telatynski 2021-07-23 16:23:38 +01:00 committed by GitHub
commit e78a1adb6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
92 changed files with 704 additions and 347 deletions

View file

@ -98,9 +98,7 @@ const EmojiButton = ({ addEmoji }) => {
isExpanded={menuDisplayed}
title={_t('Emoji picker')}
inputRef={button}
>
</ContextMenuTooltipButton>
/>
{ contextMenu }
</React.Fragment>;
@ -439,7 +437,8 @@ export default class MessageComposer extends React.Component<IProps, IState> {
if (secondsLeft) {
recordingTooltip = <Tooltip
label={_t("%(seconds)ss left", { seconds: secondsLeft })}
alignment={Alignment.Top} yOffset={-50}
alignment={Alignment.Top}
yOffset={-50}
/>;
}