We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ad006 commit 6b91c34Copy full SHA for 6b91c34
frameworks/keyed/ember/src/components/the-table.gjs
@@ -9,7 +9,7 @@ export class TheTable extends Component {
9
<table class="table table-hover table-striped test-data">
10
<tbody>
11
{{#each this.state.data as |row|}}
12
- <tr class={{if (this.state.isSelected row) "danger" ""}}><td
+ <tr class={{if (this.state.isSelected row) "danger"}}><td
13
class="col-md-1"
14
>{{row.id}}</td><td class="col-md-4"><a
15
onclick={{fn this.state.select row}}
0 commit comments