Skip to content

Commit

Permalink
welcome: tame the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Sep 13, 2019
1 parent 40a1af5 commit 738a199
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions react/features/welcome/components/WelcomePage.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,11 @@ class WelcomePage extends AbstractWelcomePage {
<input
autoFocus = { true }
className = 'enter-room-input'
pattern = '^[a-zA-Z0-9=\?]+$'
title = { t('welcomepage.onlyAsciiAllowed') }
id = 'enter_room_field'
onChange = { this._onRoomChange }
placeholder
= { this.state.roomPlaceholder }
pattern = '^[a-zA-Z0-9=\?]+$'
placeholder = { this.state.roomPlaceholder }
title = { t('welcomepage.onlyAsciiAllowed') }
type = 'text'
value = { this.state.room } />
</form>
Expand Down

0 comments on commit 738a199

Please sign in to comment.