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 918a078 commit f34a594Copy full SHA for f34a594
frontend/src/html/pages/account.html
@@ -703,7 +703,7 @@
703
<td>tags</td>
704
<td type="button" class="sortable history-date-header">
705
date
706
- <i class="fas fa-wand-magic-sparkles" aria-hidden="true"></i>
+ <i class="fas fa-sort-down" aria-hidden="true"></i>
707
</td>
708
</tr>
709
</thead>
frontend/src/ts/pages/account.ts
@@ -44,7 +44,6 @@ export function toggleFilterDebug(): void {
44
}
45
46
47
-//a change
48
let filteredResults: SnapshotResult<Mode>[] = [];
49
let visibleTableLines = 0;
50
let testActivityEl: HTMLElement | null;
0 commit comments