This repository was archived by the owner on Oct 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,8 +97,9 @@ export default function ActivityPane(props) {
9797 }
9898 } catch ( error ) {
9999 console . log ( error ) ;
100+ setIsRepoOwner ( false ) ;
100101 }
101- }
102+ } ;
102103 checkIfUserIsOwner ( ) ;
103104 // eslint-disable-next-line
104105 } , [ props . location . pathname ] ) ;
@@ -143,7 +144,7 @@ export default function ActivityPane(props) {
143144
144145 return (
145146 < div className = "activity-pane-wrapper" >
146- < hr className = "activity-pane-divider" />
147+ < hr className = "activity-pane-divider" />
147148 < div className = "activity-pane-header" >
148149 < span > Activity </ span >
149150 { authState . isLoggedIn && isRepoOwner && (
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ export default function RoomInfo(props) {
270270 target = "_blank"
271271 rel = "noreferrer"
272272 >
273- < strong > { repoInfo . watchers_count } </ strong > watchers
273+ < strong > { repoInfo . subscribers_count } </ strong > watchers
274274 </ a >
275275 </ span >
276276 < span >
You can’t perform that action at this time.
0 commit comments