We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a118711 + e99287b commit 6446faeCopy full SHA for 6446fae
1 file changed
src/services/routeTable/format.ts
@@ -54,7 +54,7 @@ export default ({
54
const routeTableTags = formatTagsFromMap(tags)
55
56
const mainRouteTable =
57
- id === (associations.find(({ Main }) => Main) || {})[id]
+ id === (associations.find(({ Main }) => Main) || {}).RouteTableId
58
59
const routeTable = {
60
id,
0 commit comments