Add key to table (#140)

* Add key to table

* Update multidim-interop/src/lib.ts

Co-authored-by: Thomas Eizinger <thomas@eizinger.io>

---------

Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
Marco Munizaga 2023-02-17 14:46:06 -08:00 committed by GitHub
parent a5ce5e6d0a
commit ed99eadf82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ export const generateTable = (
const uniqPairs = listUniqPairs(pairs);
const matrix = generateEmptyMatrix(uniqPairs, defaultValue);
matrix[0][0] = "⬇️ dialer 📞 \\ ➡️ listener 🎧"
for (const result of results) {
const { implA, implB } = result