fix interface listing

This commit is contained in:
Samuel Lorch 2024-01-14 23:09:13 +01:00
parent b2fd352145
commit 4f4f125796

View file

@ -23,7 +23,7 @@ const displayData = $computed(() => {
name: interfaces[index].name,
type: interfaces[index].type,
addressing_mode: interfaces[index].addressing_mode,
address: interfaces[nindexame].address,
address: interfaces[index].address,
comment: interfaces[index].comment,
});
}