Skip to content

Commit

Permalink
add return null
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Aug 19, 2024
1 parent 4c25e6d commit 80ca09d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const NoGatewayRedirect = () => {
router.push('/manager/gateways/list');
}
}, [hasNamespace]);
return null
};

export default NoGatewayRedirect;

0 comments on commit 80ca09d

Please sign in to comment.