diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-05-09 01:17:01 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-05-09 01:17:04 +0800 |
commit | 6c38481550d3bc57413ffb013d1b94a53672202b (patch) | |
tree | e9ef437f4baa6b8c3dcc24f105cf84c7ca6dfa70 /packages/website/ts/components | |
parent | 9cbd1516586fd5514cce8d216881bad3871c58fa (diff) | |
download | dexon-sol-tools-6c38481550d3bc57413ffb013d1b94a53672202b.tar dexon-sol-tools-6c38481550d3bc57413ffb013d1b94a53672202b.tar.gz dexon-sol-tools-6c38481550d3bc57413ffb013d1b94a53672202b.tar.bz2 dexon-sol-tools-6c38481550d3bc57413ffb013d1b94a53672202b.tar.lz dexon-sol-tools-6c38481550d3bc57413ffb013d1b94a53672202b.tar.xz dexon-sol-tools-6c38481550d3bc57413ffb013d1b94a53672202b.tar.zst dexon-sol-tools-6c38481550d3bc57413ffb013d1b94a53672202b.zip |
Fix typo
Diffstat (limited to 'packages/website/ts/components')
-rw-r--r-- | packages/website/ts/components/portal/portal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/components/portal/portal.tsx b/packages/website/ts/components/portal/portal.tsx index f6077edf8..e198a9f03 100644 --- a/packages/website/ts/components/portal/portal.tsx +++ b/packages/website/ts/components/portal/portal.tsx @@ -108,7 +108,7 @@ export class Portal extends React.Component<PortalProps, PortalState> { // We re-set the entire redux state when the portal is unmounted so that when it is re-rendered // the initialization process always occurs from the same base state. This helps avoid // initialization inconsistencies (i.e While the portal was unrendered, the user might have - // become disconnected from their backing Ethereum node, changes user accounts, etc...) + // become disconnected from their backing Ethereum node, changed user accounts, etc...) this.props.dispatcher.resetState(); } public componentWillReceiveProps(nextProps: PortalProps) { |