Skip to content

Commit

Permalink
Fix condition to check weightedTopicsEnabled instead of farcasterCont…
Browse files Browse the repository at this point in the history
…estEnabled
  • Loading branch information
masvelio committed Oct 21, 2024
1 parent 867788f commit 77eec01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const AdminContestsPage = () => {
<div className="admin-header-row">
<CWText type="h2">Contests</CWText>

{(farcasterContestEnabled
{(weightedTopicsEnabled
? hasAtLeastOneWeightedVotingTopic
: stakeEnabled) &&
contestView !== ContestView.TypeSelection && (
Expand Down

0 comments on commit 77eec01

Please sign in to comment.