File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/features/repo-details Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,7 @@ const RepoDetails = ({ repo: identity }: Props) => {
3333 const collaborators = repository ?. collaborators ?. nodes ?. filter (
3434 ( collaborator ) : collaborator is Collaborator => ! ! collaborator ,
3535 ) ;
36- const alertDescription =
37- "For a while, you can't navigate through file" +
38- " tree of repo - only view the main README" ;
36+
3937 return (
4038 < div className = "flex flex-col" >
4139 < DetailsCard className = "common-details" title = { identity . name } >
@@ -86,7 +84,7 @@ const RepoDetails = ({ repo: identity }: Props) => {
8684 style = { { borderRadius : 6 , marginTop : 10 } }
8785 showIcon
8886 message = "Files access"
89- description = { alertDescription }
87+ description = "For a while, you can navigate through file tree only after auto-redirecting to github"
9088 />
9189 </ Spin >
9290 </ div >
You can’t perform that action at this time.
0 commit comments