You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a little awkward that there are separate components for handling routes like /applications/:applicationId and /infrastructure/:infrastructureId given that they both just pass a param of project type to the Project component, or /applications and /infrastructure given that they both just pass a param of projects type to the Projects component.
That conditional logic could just happen in a single component.
But the awkward part about DRYing this up would be that we want /applications and /infrastructure to render Projects components, but not /some-other-path.
No description provided.
The text was updated successfully, but these errors were encountered: