diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-11-02 07:52:31 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-11-02 07:52:31 +0800 |
commit | 7de33c5dd9842ef0e83eac64c6e42c69608e4ad0 (patch) | |
tree | 694f8dc1bd331b5badf0244f3696ffce47afa7de /packages/instant/src/components/zero_ex_instant_container.tsx | |
parent | 180f176716b57d43e2988b5db3a2423c7974177e (diff) | |
download | dexon-sol-tools-7de33c5dd9842ef0e83eac64c6e42c69608e4ad0.tar.gz dexon-sol-tools-7de33c5dd9842ef0e83eac64c6e42c69608e4ad0.tar.zst dexon-sol-tools-7de33c5dd9842ef0e83eac64c6e42c69608e4ad0.zip |
feat: implement panel title and close
Diffstat (limited to 'packages/instant/src/components/zero_ex_instant_container.tsx')
-rw-r--r-- | packages/instant/src/components/zero_ex_instant_container.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/instant/src/components/zero_ex_instant_container.tsx b/packages/instant/src/components/zero_ex_instant_container.tsx index 850beb49c..f734dcbd7 100644 --- a/packages/instant/src/components/zero_ex_instant_container.tsx +++ b/packages/instant/src/components/zero_ex_instant_container.tsx @@ -43,6 +43,7 @@ export class ZeroExInstantContainer extends React.Component<ZeroExInstantContain </Container> </Flex> <SlidingPanel + title="Select Token" animationState={this.state.tokenSelectionPanelAnimationState} onClose={this._handlePanelClose} > |