Skip to content

Commit 05abfad

Browse files
committed
Fix build
1 parent 02dbd2b commit 05abfad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/src/pages/reference/ID_Lists/IDE.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ import { ide_table } from '@src/data/ide_table';
4545
<script>
4646
const filterInput = document.getElementById('filterInput') as HTMLInputElement;
4747
const tableBody = document.getElementById('tableBody') as HTMLTableElement;
48-
if (!filterInput || !tableBody)
49-
return;
5048

5149
filterInput.addEventListener('input', () => {
5250
const filter = filterInput.value.toLowerCase();

0 commit comments

Comments
 (0)