@@ -70,64 +70,6 @@ class LiveDataTable extends Component {
7070 render ( ) {
7171 return (
7272 < div >
73- < << << << HEAD
74- < Table celled selectable color = "violet" >
75- < Table . Header >
76- < Table . Row >
77- < Table . HeaderCell singleLine > Exchanges</ Table . HeaderCell >
78- < Table . HeaderCell > Bitcoin</ Table . HeaderCell >
79- < Table . HeaderCell > Ethereum</ Table . HeaderCell >
80- < Table . HeaderCell > Litecoin</ Table . HeaderCell >
81- < Table . HeaderCell > Ripple</ Table . HeaderCell >
82- </ Table . Row >
83- </ Table . Header >
84-
85- < Table . Body >
86- < Table . Row >
87- < Table . Cell > Bitstamp</ Table . Cell >
88- < Table . Cell positive = { this . state . BTC_Bitstamp_p } negative = { this . state . BTC_Bitstamp_n } > { this . state . BTC_Bitstamp } </ Table . Cell >
89- < Table . Cell disabled > { this . state . ETH_Bitstamp } </ Table . Cell >
90- < Table . Cell positive = { this . state . LTC_Bitstamp_p } negative = { this . state . LTC_Bitstamp_n } > { this . state . LTC_Bitstamp } </ Table . Cell >
91- < Table . Cell positive = { this . state . XRP_Bitstamp_p } negative = { this . state . XRP_Bitstamp_n } > { this . state . XRP_Bitstamp } </ Table . Cell >
92- </ Table . Row >
93- < Table . Row >
94- < Table . Cell > GDAX</ Table . Cell >
95- < Table . Cell positive = { this . state . BTC_GDAX_p } negative = { this . state . BTC_GDAX_n } > { this . state . BTC_GDAX } </ Table . Cell >
96- < Table . Cell positive = { this . state . ETH_GDAX_p } negative = { this . state . ETH_GDAX_n } > { this . state . ETH_GDAX } </ Table . Cell >
97- < Table . Cell positive = { this . state . LTC_GDAX_p } negative = { this . state . LTC_GDAX_n } > { this . state . LTC_GDAX } </ Table . Cell >
98- < Table . Cell disabled > { this . state . XRP_GDAX } </ Table . Cell >
99- </ Table . Row >
100- < Table . Row >
101- < Table . Cell > Kraken</ Table . Cell >
102- < Table . Cell disabled > { this . state . BTC_Kraken } </ Table . Cell >
103- < Table . Cell positive = { this . state . ETH_Kraken_p } negative = { this . state . ETH_Kraken_n } > { this . state . ETH_Kraken } </ Table . Cell >
104- < Table . Cell positive = { this . state . LTC_Kraken_p } negative = { this . state . LTC_Kraken_n } > { this . state . LTC_Kraken } </ Table . Cell >
105- < Table . Cell positive = { this . state . XRP_Kraken_p } negative = { this . state . XRP_Kraken_n } > { this . state . XRP_Kraken } </ Table . Cell >
106- </ Table . Row >
107- < Table . Row >
108- < Table . Cell > CEX.IO</ Table . Cell >
109- < Table . Cell positive = { this . state . BTC_cexio_p } negative = { this . state . BTC_cexio_n } > { this . state . BTC_cexio } </ Table . Cell >
110- < Table . Cell positive = { this . state . ETH_cexio_p } negative = { this . state . ETH_cexio_n } > { this . state . ETH_cexio } </ Table . Cell >
111- < Table . Cell disabled > { this . state . LTC_cexio } </ Table . Cell >
112- < Table . Cell disabled > { this . state . XRP_cexio } </ Table . Cell >
113- </ Table . Row >
114- < Table . Row >
115- < Table . Cell > POLONIEX</ Table . Cell >
116- < Table . Cell positive = { this . state . BTC_POLONIEX_p } negative = { this . state . BTC_POLONIEX_n } > { this . state . BTC_POLONIEX } </ Table . Cell >
117- < Table . Cell positive = { this . state . ETH_POLONIEX_p } negative = { this . state . ETH_POLONIEX_n } > { this . state . ETH_POLONIEX } </ Table . Cell >
118- < Table . Cell positive = { this . state . LTC_POLONIEX_p } negative = { this . state . LTC_POLONIEX_n } > { this . state . LTC_POLONIEX } </ Table . Cell >
119- < Table . Cell positive = { this . state . XRP_POLONIEX_p } negative = { this . state . XRP_POLONIEX_n } > { this . state . XRP_POLONIEX } </ Table . Cell >
120- </ Table . Row >
121- < Table . Row >
122- < Table . Cell > GEMINI</ Table . Cell >
123- < Table . Cell positive = { this . state . BTC_GEMINI_p } negative = { this . state . BTC_GEMINI_n } > { this . state . BTC_GEMINI } </ Table . Cell >
124- < Table . Cell positive = { this . state . ETH_GEMINI_p } negative = { this . state . ETH_GEMINI_n } > { this . state . ETH_GEMINI } </ Table . Cell >
125- < Table . Cell disabled > { this . state . LTC_GEMINI } </ Table . Cell >
126- < Table . Cell disabled > { this . state . XRP_GEMINI } </ Table . Cell >
127- </ Table . Row >
128- </ Table . Body >
129- </ Table >
130- =======
13173 < Container >
13274 < Table celled selectable color = 'purple' >
13375 < Table . Header >
@@ -185,7 +127,6 @@ class LiveDataTable extends Component {
185127 </ Table . Body >
186128 </ Table >
187129 </ Container >
188- >>> >>> > add container
189130 </ div >
190131 ) ;
191132 }
0 commit comments