()
| 17 | }; |
| 18 | |
| 19 | render() { |
| 20 | let {object, index} = this.props; |
| 21 | return ( |
| 22 | <image |
| 23 | xlinkHref={object.xlinkHref} |
| 24 | {...this.getObjectAttributes()} |
| 25 | width={object.width} |
| 26 | height={object.height} /> |
| 27 | ); |
| 28 | } |
| 29 | } |
nothing calls this directly
no test coverage detected