|
@@ -94,7 +94,7 @@ class CaseShow extends Component {
|
|
|
:
|
|
:
|
|
|
this.state.examplesIoobot.map((item, index) => (
|
|
this.state.examplesIoobot.map((item, index) => (
|
|
|
<Row key={index} className='case-item'>
|
|
<Row key={index} className='case-item'>
|
|
|
- <Col span={12}>
|
|
|
|
|
|
|
+ <Col span={12} style={{padding:'20px'}}>
|
|
|
<Query query={gql(SHOW_CASE)} variables={{id: item.id}}>
|
|
<Query query={gql(SHOW_CASE)} variables={{id: item.id}}>
|
|
|
{
|
|
{
|
|
|
({loading, error, data}) => {
|
|
({loading, error, data}) => {
|