Skip to content

Commit ce9152f

Browse files
committed
Don't show entry category since they are already sorted into category sections.
1 parent 654783c commit ce9152f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/exceptions-table.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ export class ExceptionsTable extends LitElement {
206206
<thead>
207207
<tr>
208208
<th>Bugs</th>
209-
<th>Category</th>
210209
<th class="${this.hasGlobalRules ? "" : "hidden-col"}">Top Site</th>
211210
<th>Tracker</th>
212211
<th>Classifier Features</th>
@@ -225,13 +224,6 @@ export class ExceptionsTable extends LitElement {
225224
: ""}
226225
</span>
227226
</td>
228-
<td>
229-
${entry.category
230-
? html`<ui-badge type="category" value="${entry.category}"
231-
>${this.capitalizeFirstChar(entry.category)}</ui-badge
232-
>`
233-
: ""}
234-
</td>
235227
<td class="${this.hasGlobalRules ? "" : "hidden-col"}">
236228
${this.renderUrlPattern(entry.topLevelUrlPattern)}
237229
</td>

0 commit comments

Comments
 (0)