if (!isGuest) {
                                    // A button for downvoting the submission
                                    Button(onClick = {
                                        // Call the downVote method of the submission on downVote click
                                        if (submission.downVote(userProfile.id))