{
                            Text(
                                text = stringResource(id = if (doesFollow.value) R.string.unfollow else R.string.follow),
                                fontSize = 11.sp
                            )