Skip to content

Commit

Permalink
Got rid of the give directly donation form. (#576)
Browse files Browse the repository at this point in the history
Co-authored-by: Spicer Matthews <[email protected]>
  • Loading branch information
spicermatthews and Spicer Matthews authored Apr 16, 2024
1 parent b9a4152 commit f841985
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ 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'

import Leaderboard from 'src/components/Leaderboard'

// material components
Expand Down Expand Up @@ -1120,7 +1122,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 f841985

Please sign in to comment.