Skip to content

Commit

Permalink
Merge pull request #178 from ensdomains/dev
Browse files Browse the repository at this point in the history
Remove legacy code
  • Loading branch information
jefflau authored Apr 17, 2019
2 parents 1d90f75 + 62bfb6f commit 798df83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/SingleName/AddReverseRecord.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Mutation } from 'react-apollo'
import { SET_NAME } from '../../graphql/mutations'
import mq from 'mediaQuery'
import { useEditable } from '../hooks'
import { normalize } from 'api/ens'

import ReverseRecordQuery from '../ReverseRecordQuery'
import SaveCancel from './SaveCancel'
Expand Down
3 changes: 0 additions & 3 deletions src/routes/SingleName.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Loader from '../components/Loader'
import SearchErrors from '../components/SearchErrors/SearchErrors'

import Name from '../components/SingleName/Name'
import { normalize } from 'api/ens'

function SingleName({
match: {
Expand All @@ -31,8 +30,6 @@ function SingleName({
}
}, [searchTerm])

const name = normalize(searchTerm)

if (valid) {
return (
<Query query={GET_SINGLE_NAME} variables={{ name }}>
Expand Down

0 comments on commit 798df83

Please sign in to comment.