Skip to content

Commit 6446fae

Browse files
authored
Merge pull request #70 from cloudgraphdev/fix/route-table-fix
fix(services): fix route table service mainRouteTable property
2 parents a118711 + e99287b commit 6446fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/routeTable/format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default ({
5454
const routeTableTags = formatTagsFromMap(tags)
5555

5656
const mainRouteTable =
57-
id === (associations.find(({ Main }) => Main) || {})[id]
57+
id === (associations.find(({ Main }) => Main) || {}).RouteTableId
5858

5959
const routeTable = {
6060
id,

0 commit comments

Comments
 (0)