Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit d90b233

Browse files
committed
[FIX] Incorrect watcher value in repo info
1 parent 96e72b6 commit d90b233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/RoomInfo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)