File tree Expand file tree Collapse file tree
apps/juxtaposition-ui/src/services/juxt-web/views Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export function CtrUserPageView(props: UserPageViewProps): ReactNode {
6363 < span className = "sprite sp-follower-count inline-sprite" > </ span >
6464 < span id = "followers" >
6565 { ' ' }
66- { props . userContent . following_users . length - 1 }
66+ { props . userContent . following_users . length }
6767 </ span >
6868 </ span >
6969 </ span >
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ export function PortalUserPageView(props: UserPageViewProps): ReactNode {
133133 { ' | ' }
134134 < PortalUIIcon name = "followers" />
135135 { ' ' }
136- < span id = "followers" > { props . userContent . following_users . length - 1 } </ span >
136+ < span id = "followers" > { props . userContent . following_users . length } </ span >
137137 </ span >
138138 { props . userSettings . country_visibility
139139 ? (
You can’t perform that action at this time.
0 commit comments