Skip to content

Commit e99287b

Browse files
committed
fix(services): fix route table service mainRouteTable property
1 parent 8bd112a commit e99287b

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)