Skip to content

Commit 4a1bcbd

Browse files
committed
fix: remove unused comment
1 parent bcaed9b commit 4a1bcbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/contexts/auth/RequirePermission.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export const RequirePermission: FC<RequirePermissionProps> = ({
2222
isFeatureVisible,
2323
}) => {
2424
if (!isFeatureVisible) {
25-
// return <Navigate to="/workspaces" />;
2625
return (
2726
<Dialog open={true}>
2827
<DialogContent>

0 commit comments

Comments
 (0)