aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send-footer/send-footer.component.js
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2018-05-01 10:46:17 +0800
committerGitHub <noreply@github.com>2018-05-01 10:46:17 +0800
commit6def76e294d813c4f5a6c11fed3faf19580cc04b (patch)
tree24d68a267304d085ee1b7c705ce5ade53c9439c3 /ui/app/components/send_/send-footer/send-footer.component.js
parent954394f81090b1a6a4afe55243caa3671b88addc (diff)
parent2f78fffbdbb0e41d73bcde2c15c88fff095614b7 (diff)
downloadtangerine-wallet-browser-6def76e294d813c4f5a6c11fed3faf19580cc04b.tar.gz
tangerine-wallet-browser-6def76e294d813c4f5a6c11fed3faf19580cc04b.tar.zst
tangerine-wallet-browser-6def76e294d813c4f5a6c11fed3faf19580cc04b.zip
Merge pull request #4157 from danjm/i3725-refactor-send-component-2
I3725 refactor send component
Diffstat (limited to 'ui/app/components/send_/send-footer/send-footer.component.js')
-rw-r--r--ui/app/components/send_/send-footer/send-footer.component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/send_/send-footer/send-footer.component.js b/ui/app/components/send_/send-footer/send-footer.component.js
index ffece433e..fc7a78a94 100644
--- a/ui/app/components/send_/send-footer/send-footer.component.js
+++ b/ui/app/components/send_/send-footer/send-footer.component.js
@@ -1,6 +1,6 @@
import React, { Component } from 'react'
import PropTypes from 'prop-types'
-import PageContainerFooter from '../../page-container/page-container-footer.component'
+import PageContainerFooter from '../../page-container/page-container-footer'
import { CONFIRM_TRANSACTION_ROUTE, DEFAULT_ROUTE } from '../../../routes'
export default class SendFooter extends Component {