Skip to content

Commit

Permalink
Re-add date changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Jun 26, 2020
1 parent b50a401 commit 77234e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/agent/app/src/components/Transactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import TransactionFilters from './TransactionFilters'
import { TRANSACTION_TYPES_LABELS } from '../transaction-types'
import useDownloadData from './useDownloadData'
import useFilteredTransactions from './useFilteredTransactions'
import { ISO_FORMAT, MMDDYY_FUNC_FORMAT } from '../lib/date-utils'
import { ISO_SHORT_FORMAT, ISO_LONG_FORMAT } from '../lib/date-utils'
import { toChecksumAddress } from '../lib/web3-utils'
import AgentSvg from './assets/agent_badge.svg'

Expand Down

0 comments on commit 77234e2

Please sign in to comment.