File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
frameworks/non-keyed/etch/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export class Main {
99
99
{ rows }
100
100
</ tbody >
101
101
</ table >
102
- < span className = "preloadicon glyphicon glyphicon-remove" aria-hidden = "true" > </ span >
102
+ < span className = "preloadicon glyphicon glyphicon-remove" ariaHidden = "true" > </ span >
103
103
</ div > ) ;
104
104
}
105
105
}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export class Row {
37
37
< td className = "col-md-4" >
38
38
< a onClick = { this . onClick } > { data . label } </ a >
39
39
</ td >
40
- < td className = "col-md-1" > < a onClick = { this . onDelete } > < span className = "glyphicon glyphicon-remove" aria-hidden = "true" > </ span > </ a > </ td >
40
+ < td className = "col-md-1" > < a onClick = { this . onDelete } > < span className = "glyphicon glyphicon-remove" ariaHidden = "true" > </ span > </ a > </ td >
41
41
< td className = "col-md-6" > </ td >
42
42
</ tr > ) ;
43
43
}
You can’t perform that action at this time.
0 commit comments