You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-22 18:41:57 +03:00
Appease the linter
This commit is contained in:
@ -779,11 +779,11 @@ class WidgetExplorer extends React.Component {
|
||||
<div className="mx_Dialog_content">
|
||||
<FilteredList query={this.state.query} onChange={this.onQueryChange}>
|
||||
{widgets.map(w =>
|
||||
<button
|
||||
(<button
|
||||
className='mx_DevTools_RoomStateExplorer_button'
|
||||
key={w.url + w.eventId}
|
||||
onClick={() => this.onEditWidget(w)}
|
||||
>{w.url}</button>
|
||||
>{w.url}</button>)
|
||||
)}
|
||||
</FilteredList>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user