diff --git a/src/app/components/Ad.jsx b/src/app/components/Ad.jsx index 0153bf38..eb3cee6e 100644 --- a/src/app/components/Ad.jsx +++ b/src/app/components/Ad.jsx @@ -31,7 +31,6 @@ export default class Ad extends Component { style={{ display: 'block' }} data-ad-client={this.props.client} data-ad-slot={this.props.slot} - data-ad-format={this.props.format} /> );