Skip to content

Commit f34a594

Browse files
committed
remove test code
1 parent 918a078 commit f34a594

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/src/html/pages/account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@
703703
<td>tags</td>
704704
<td type="button" class="sortable history-date-header">
705705
date
706-
<i class="fas fa-wand-magic-sparkles" aria-hidden="true"></i>
706+
<i class="fas fa-sort-down" aria-hidden="true"></i>
707707
</td>
708708
</tr>
709709
</thead>

frontend/src/ts/pages/account.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export function toggleFilterDebug(): void {
4444
}
4545
}
4646

47-
//a change
4847
let filteredResults: SnapshotResult<Mode>[] = [];
4948
let visibleTableLines = 0;
5049
let testActivityEl: HTMLElement | null;

0 commit comments

Comments
 (0)