Skip to content

Commit aa6ded8

Browse files
committed
reset sketchlist to last commit????
1 parent 90a6f87 commit aa6ded8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/modules/IDE/components/SketchList.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ class SketchListRowBase extends React.Component {
179179
renderDropdown = () => {
180180
const { optionsOpen } = this.state;
181181
const userIsOwner = this.props.user.username === this.props.username;
182+
182183
return (
183184
<td className="sketch-list__dropdown-column">
184185
<button
@@ -187,7 +188,6 @@ class SketchListRowBase extends React.Component {
187188
onBlur={this.onBlurComponent}
188189
onFocus={this.onFocusComponent}
189190
aria-label={this.props.t('SketchList.ToggleLabelARIA')}
190-
data-testid="sketch-list-toggle-options-arrow"
191191
>
192192
<DownFilledTriangleIcon focusable="false" aria-hidden="true" />
193193
</button>
@@ -449,7 +449,6 @@ class SketchList extends React.Component {
449449
className="sketch-list__sort-button"
450450
onClick={() => this.props.toggleDirectionForField(fieldName)}
451451
aria-label={buttonLabel}
452-
data-testid={`toggle-direction-${fieldName}`}
453452
>
454453
<span className={headerClass}>{displayName}</span>
455454
{field === fieldName &&

0 commit comments

Comments
 (0)