Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

Commit 10e7e23

Browse files
committed
OK this bit can just be its own thing
1 parent ba573ff commit 10e7e23

File tree

1 file changed

+2
-1
lines changed
  • app/components/layout/Navigation/MyBuilds

1 file changed

+2
-1
lines changed

app/components/layout/Navigation/MyBuilds/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ type ViewerPartial = {
2222
},
2323
runningBuilds: {
2424
count: number
25-
}
25+
},
26+
user: Object
2627
};
2728

2829
type Props = {

0 commit comments

Comments
 (0)