Skip to content

Commit

Permalink
Fix wrong path in Partners All tab in insigths mode (#481) (#488)
Browse files Browse the repository at this point in the history
* Fix wrong path in PArtners All tab in insigths mode

* keep it simple fix

(cherry picked from commit cc50c29)

Co-authored-by: ZitaNemeckova <[email protected]>
  • Loading branch information
patchback[bot] and ZitaNemeckova authored Jun 1, 2021
1 parent 5b6f983 commit f137355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/namespace-list/namespace-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class NamespaceList extends React.Component<IProps, IState> {
tabs={[
{
title: 'All',
link: Paths.namespaces,
link: Paths[NAMESPACE_TERM],
active: !filterOwner,
},
{
Expand Down

0 comments on commit f137355

Please sign in to comment.