Skip to content

Commit

Permalink
Rename placeholderLabel file to start with uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Jul 10, 2023
1 parent 1e32ff8 commit 911a5c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/RoundedBalance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { tooltipDelay } from '../../../styles/theme'
import { getNameForTicker } from '../../../types/ticker'
import { SearchScope } from '../../../types/searchScope'
import { TokenLink } from '../Tokens/TokenLink'
import { PlaceholderLabel } from '../../utils/placeholderLabel'
import { PlaceholderLabel } from '../../utils/PlaceholderLabel'

type RoundedBalanceProps = {
ticker?: string
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Tokens/TokenTransfers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { useScreenSize } from '../../hooks/useScreensize'
import { fromBaseUnits } from '../../utils/helpers'
import Skeleton from '@mui/material/Skeleton'
import { TokenLink } from './TokenLink'
import { PlaceholderLabel } from '../../utils/placeholderLabel'
import { PlaceholderLabel } from '../../utils/PlaceholderLabel'
import { useTokenWithBase64Address } from './hooks'
import { TokenTypeTag } from './TokenList'

Expand Down
File renamed without changes.

0 comments on commit 911a5c3

Please sign in to comment.