Skip to content

Commit

Permalink
hiding studio list (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmachon authored Dec 11, 2019
1 parent 5df3eae commit 72535a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/shared/views/ProjectView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,11 @@ const ProjectView: React.FunctionComponent<{
orgLabel={orgLabel}
projectLabel={projectLabel}
/>
<StudioListContainer
{/* Re-enable after release to prod */}
{/* <StudioListContainer
orgLabel={orgLabel}
projectLabel={projectLabel}
/>
/> */}
</div>
</div>
</>
Expand Down

0 comments on commit 72535a3

Please sign in to comment.