Skip to content

Commit

Permalink
Removes STIP (#2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha authored Mar 28, 2024
1 parent eac86de commit a0e2a01
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 1,411 deletions.
5 changes: 1 addition & 4 deletions packages/synapse-interface/components/Activity/Activity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, { useMemo } from 'react'
import _ from 'lodash'
import Fuse from 'fuse.js'
import { useAccount, Address } from 'wagmi'

import { useTransactionsState } from '@/slices/transactions/hooks'
import { usePortfolioState } from '@/slices/portfolio/hooks'
import { BridgeTransaction } from '@/slices/api/generated'
Expand All @@ -17,7 +18,6 @@ import {
import { UserExplorerLink } from '../Portfolio/Transaction/components/TransactionExplorerLink'
import { NoSearchResultsContent } from '../Portfolio/components/NoSearchResultContent'
import { checkTransactionsExist } from '@/utils/checkTransactionsExist'
import { AirdropRewards } from './AirdropRewards'

export const Activity = ({ visibility }: { visibility: boolean }) => {
const { address } = useAccount()
Expand Down Expand Up @@ -75,9 +75,6 @@ export const Activity = ({ visibility }: { visibility: boolean }) => {

{viewingAddress && !isLoading && hasHistoricalTransactions && (
<ActivitySection title="Recent">
{/* TODO: Update AirdropRewards to work for masquerade */}
<AirdropRewards />

{userHistoricalTransactions &&
filteredHistoricalTransactions
.slice(0, isSearchInputActive ? 100 : 6)
Expand Down
356 changes: 0 additions & 356 deletions packages/synapse-interface/components/Activity/AirdropRewards.tsx

This file was deleted.

Loading

0 comments on commit a0e2a01

Please sign in to comment.