aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-10-27 03:53:04 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-10-27 03:53:04 +0800
commit7fa1f25e065c737e7589b57fb0249db5c1ceb4fb (patch)
tree21d88ce6c441ddcb62eed2a547753f7c69e6121e /packages/instant/src/components
parent68182fb6c41256f9886c7aa0269746b3a9ac632f (diff)
downloaddexon-sol-tools-7fa1f25e065c737e7589b57fb0249db5c1ceb4fb.tar
dexon-sol-tools-7fa1f25e065c737e7589b57fb0249db5c1ceb4fb.tar.gz
dexon-sol-tools-7fa1f25e065c737e7589b57fb0249db5c1ceb4fb.tar.bz2
dexon-sol-tools-7fa1f25e065c737e7589b57fb0249db5c1ceb4fb.tar.lz
dexon-sol-tools-7fa1f25e065c737e7589b57fb0249db5c1ceb4fb.tar.xz
dexon-sol-tools-7fa1f25e065c737e7589b57fb0249db5c1ceb4fb.tar.zst
dexon-sol-tools-7fa1f25e065c737e7589b57fb0249db5c1ceb4fb.zip
buy order state button -> buy order state buttons
Diffstat (limited to 'packages/instant/src/components')
-rw-r--r--packages/instant/src/components/buy_order_state_buttons.tsx (renamed from packages/instant/src/components/buy_order_state_button.tsx)2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/buy_order_state_button.tsx b/packages/instant/src/components/buy_order_state_buttons.tsx
index 17aa46df5..2330f84f9 100644
--- a/packages/instant/src/components/buy_order_state_button.tsx
+++ b/packages/instant/src/components/buy_order_state_buttons.tsx
@@ -26,7 +26,7 @@ export interface BuyOrderStateButtonProps {
}
// TODO: rename to buttons
-export const BuyOrderStateButton: React.StatelessComponent<BuyOrderStateButtonProps> = props => {
+export const BuyOrderStateButtons: React.StatelessComponent<BuyOrderStateButtonProps> = props => {
if (props.buyOrderProcessingState === OrderProcessState.FAILURE) {
return (
<Flex justify="space-between">