Skip to content

Commit

Permalink
Got rid of the give directly donation form.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spicer Matthews committed Apr 16, 2024
1 parent b9a4152 commit ae4109c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import SquadCounter from 'src/components/SquadCounter'
import CustomThemeHOC from 'src/utils/pageWrappers/CustomThemeHOC'
import withGoogleAnalyticsProperties from 'src/utils/pageWrappers/withGoogleAnalyticsProperties'
import SfacActivityContainer from 'src/components/SfacActivityContainer'
import Momentum from 'src/components/Momentum'
// import Momentum from 'src/components/Momentum'

Check failure on line 35 in src/pages/index.js

View workflow job for this annotation

GitHub Actions / test

Expected line before comment

Check failure on line 35 in src/pages/index.js

View workflow job for this annotation

GitHub Actions / test

Expected line before comment
import Leaderboard from 'src/components/Leaderboard'

// material components
Expand Down Expand Up @@ -1120,7 +1120,7 @@ const Index = ({ data: fallbackData, userAgent }) => {

<div className={classes.centerContainer} id="center-container">
{/* Momentum Direct Donate */}
{user.userId && <Momentum user={user} />}
{/* {user.userId && <Momentum user={user} /> */}

{/* Leaderboard */}
{user.userId && (
Expand Down

0 comments on commit ae4109c

Please sign in to comment.