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:
parent
a5ce5e6d0a
commit
ed99eadf82
|
@ -89,6 +89,7 @@ export const generateTable = (
|
||||||
const uniqPairs = listUniqPairs(pairs);
|
const uniqPairs = listUniqPairs(pairs);
|
||||||
|
|
||||||
const matrix = generateEmptyMatrix(uniqPairs, defaultValue);
|
const matrix = generateEmptyMatrix(uniqPairs, defaultValue);
|
||||||
|
matrix[0][0] = "⬇️ dialer 📞 \\ ➡️ listener 🎧"
|
||||||
|
|
||||||
for (const result of results) {
|
for (const result of results) {
|
||||||
const { implA, implB } = result
|
const { implA, implB } = result
|
||||||
|
|
Loading…
Reference in New Issue