Appease the linter

This commit is contained in:
Travis Ralston 2020-12-29 15:34:40 -07:00
parent 254e0b9a94
commit 64b056d689

View file

@ -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>