diff --git a/frontend-react/src/components/plus/PlusPage.js b/frontend-react/src/components/plus/PlusPage.js index 7aec12b7c..9955b98b5 100644 --- a/frontend-react/src/components/plus/PlusPage.js +++ b/frontend-react/src/components/plus/PlusPage.js @@ -118,7 +118,7 @@ const PlusPage = () => { )} {successMsg && {successMsg}} {errorMsg && {errorMsg}} - {data.plusInfo.voting_ends ? ( + {data.plusInfo.voting_ends && userData.user.plus?.membership_status ? (